:root{--hp-dark:#363636;--hp-dark-2:#2f2f2f;--hp-text:#606060;--hp-muted:#9b9b9b;--hp-soft:#f1f1f1;--hp-border:#eeeeee;--hp-pink:#8b5cf6;--hp-pink-2:#5b21b6;--hp-gold:#e9d5ff;--hp-white:#ffffff;--hp-font:"Plus Jakarta Sans", Inter, Arial, Helvetica, sans-serif;--hp-topbar-height:72px;--hp-topbar-height-mobile:56px}*{box-sizing:border-box}html{margin:0;padding:0;-webkit-text-size-adjust:100%}body{margin:0;background:var(--hp-white);color:var(--hp-text);font-family:var(--hp-font);font-size:15px;line-height:1.55;overflow-x:hidden;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.hp-menu-open,body.hp-search-open{overflow:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}button,input,textarea,select{font:inherit}.hp-site-header{position:sticky;top:0;z-index:9999;width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background:var(--hp-white)}.hp-topbar{position:relative;height:var(--hp-topbar-height);width:100vw;max-width:100vw;background:#f7f7f7;display:flex;align-items:center;justify-content:space-between;padding:0 14px;transition:background .22s ease,box-shadow .22s ease}.hp-site-header.hp-is-scrolled .hp-topbar{background:rgb(247 247 247 / .96);box-shadow:0 8px 24px rgb(0 0 0 / .08);backdrop-filter:blur(10px)}@media(max-width:900px){.hp-topbar{padding:0 9px}}.hp-icon-btn{width:42px;height:42px;border:0;border-radius:999px;background:#fff0;color:#474747;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .18s ease,transform .18s ease,opacity .18s ease}.hp-icon-btn:hover,.hp-icon-btn:focus-visible{background:rgb(0 0 0 / .05);outline:none}.hp-icon-btn:active{transform:scale(.96)}.hp-burger-lines{position:relative;width:20px;height:14px;display:block}.hp-burger-lines span{position:absolute;left:0;width:20px;height:2px;border-radius:999px;background:#474747;transition:transform .2s ease,top .2s ease,opacity .2s ease}.hp-burger-lines span:nth-child(1){top:0}.hp-burger-lines span:nth-child(2){top:6px}.hp-burger-lines span:nth-child(3){top:12px}.hp-menu-toggle.is-open .hp-burger-lines span:nth-child(1){top:6px;transform:rotate(45deg)}.hp-menu-toggle.is-open .hp-burger-lines span:nth-child(2){opacity:0}.hp-menu-toggle.is-open .hp-burger-lines span:nth-child(3){top:6px;transform:rotate(-45deg)}.hp-logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:inline-flex;align-items:center;gap:4px;color:#474747;font-size:21px;line-height:1;letter-spacing:-.045em;white-space:nowrap;text-transform:uppercase;font-family:Arial,Helvetica,sans-serif;font-weight:800;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}.hp-logo span{background:var(--hp-pink);color:#fff;border-radius:4px;padding:4px 5px 5px;line-height:.9;border:0;box-shadow:none}.hp-search-svg{width:22px;height:22px;display:block}.hp-termbar{width:100vw;max-width:100vw;height:47px;background:#fff;border-bottom:1px solid rgb(0 0 0 / .04);overflow:hidden}.hp-term-scroll{display:flex;align-items:center;gap:9px;height:100%;overflow-x:auto;overflow-y:hidden;padding:7px 0;-webkit-overflow-scrolling:touch;scrollbar-width:none;scrollbar-color:#fff0 #fff0}.hp-termbar:hover .hp-term-scroll{scrollbar-width:thin;scrollbar-color:rgb(0 0 0 / .16) #fff0}.hp-term-scroll::-webkit-scrollbar{height:2px}.hp-term-scroll::-webkit-scrollbar-track{background:#fff0}.hp-term-scroll::-webkit-scrollbar-thumb{background:#fff0;border-radius:999px}.hp-termbar:hover .hp-term-scroll::-webkit-scrollbar-thumb{background:rgb(0 0 0 / .18)}.hp-term-pill{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 16px;border-radius:999px;background:#f1f1f1;color:#666;font-size:14px;font-weight:400;line-height:1;white-space:nowrap;transition:background .15s ease,color .15s ease,transform .15s ease}.hp-term-pill:first-child{margin-left:0}.hp-term-pill:hover{background:#e8e8e8;color:#4a4a4a}.hp-term-pill:active{transform:scale(.98)}.hp-menu-backdrop,.hp-search-backdrop{position:fixed;inset:0;z-index:9996;background:rgb(0 0 0 / .38);opacity:0;pointer-events:none;transition:opacity .18s ease}.hp-menu-backdrop.is-open,.hp-search-backdrop.is-open{opacity:1;pointer-events:auto}.hp-drawer{position:fixed;top:var(--hp-topbar-height);left:12px;z-index:10020;width:min(460px, calc(100vw - 24px));max-height:calc(100vh - var(--hp-topbar-height) - 16px);overflow:auto;background:#fff;color:#4a4a4a;border-radius:0 0 20px 20px;border:1px solid rgb(0 0 0 / .06);border-top:0;box-shadow:0 26px 70px rgb(0 0 0 / .20);transform:translateY(-14px);opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease}.hp-drawer.is-open{opacity:1;transform:translateY(0);pointer-events:auto}.hp-drawer-inner{padding:18px}.hp-drawer::-webkit-scrollbar{width:4px}.hp-drawer::-webkit-scrollbar-thumb{background:rgb(0 0 0 / .16);border-radius:999px}.hp-drawer-title{margin:0 0 14px;font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#9a9a9a}.hp-drawer ul{list-style:none;margin:0;padding:0}.hp-drawer li+li{margin-top:2px}.hp-drawer a{display:flex;align-items:center;justify-content:space-between;min-height:40px;padding:10px 12px;border-radius:12px;color:#626262;font-size:14px;font-weight:600;letter-spacing:-.01em}.hp-drawer a:hover{background:#f5f5f5;color:#4d4d4d}.hp-drawer a:active{transform:scale(.99)}.hp-drawer .sub-menu{padding:4px 0 6px 13px}.hp-drawer .sub-menu a{min-height:34px;font-size:13px;color:#767676}.hp-drawer-section+.hp-drawer-section{margin-top:18px;padding-top:18px;border-top:1px solid #eee}.hp-drawer-menu,.hp-fallback-menu{list-style:none;margin:0;padding:0}.hp-drawer-menu li+li,.hp-fallback-menu li+li{margin-top:7px}.hp-drawer-section-top .hp-drawer-menu a,.hp-drawer-section-top .hp-fallback-menu a{min-height:44px;background:#f7f7f7;color:#555;font-weight:700}.hp-drawer-section-top .hp-drawer-menu li:first-child a,.hp-drawer-section-top .hp-fallback-menu li:first-child a{background:linear-gradient(135deg,var(--hp-pink),var(--hp-pink-2));color:#fff;box-shadow:0 10px 22px rgb(217 79 131 / .18)}.hp-drawer-category-list{display:grid;grid-template-columns:1fr;gap:7px}.hp-drawer-category-list a{background:#f7f7f7;color:#5f5f5f;min-height:40px;font-size:14px;font-weight:650}.hp-drawer-category-list a:hover,.hp-drawer-menu a:hover,.hp-fallback-menu a:hover{background:#f1f1f1}.hp-drawer-category-list a em{min-width:28px;height:22px;padding:0 7px;border-radius:999px;background:#fff;color:#9a9a9a;display:inline-flex;align-items:center;justify-content:center;font-style:normal;font-size:11px;font-weight:700}.hp-drawer-friends-menu a,.hp-drawer-useful-menu a{min-height:38px;font-size:14px;font-weight:600;color:#676767}.hp-drawer-useful-menu{display:grid;grid-template-columns:1fr 1fr;gap:7px}.hp-drawer-useful-menu li+li{margin-top:0}.hp-drawer-useful-menu a{justify-content:center;text-align:center;background:#f8f8f8}.hp-drawer-grid{display:grid;grid-template-columns:1fr;gap:8px}.hp-drawer-grid a{background:#f7f7f7;min-height:36px;justify-content:center;text-align:center;font-size:13px;font-weight:700}.hp-search-panel{position:fixed;top:var(--hp-topbar-height);right:12px;z-index:10020;width:min(580px, calc(100vw - 24px));background:#fff;border-radius:0 0 20px 20px;border:1px solid rgb(0 0 0 / .06);border-top:0;box-shadow:0 26px 70px rgb(0 0 0 / .20);transform:translateY(-14px);opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease}.hp-search-panel.is-open{opacity:1;transform:translateY(0);pointer-events:auto}.hp-search-form{display:flex;align-items:center;gap:10px;padding:15px}.hp-search-field{width:100%;height:45px;border:1px solid #e7e7e7;border-radius:999px;background:#f7f7f7;color:#4a4a4a;padding:0 16px;outline:none;font-size:15px;font-weight:500}.hp-search-field:focus{border-color:#cfcfcf;background:#fff}.hp-search-submit{flex:0 0 auto;height:45px;border:0;border-radius:999px;background:var(--hp-dark);color:#fff;padding:0 18px;font-size:14px;font-weight:700;cursor:pointer}.hp-main{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:0}.hp-archive-title{width:100%;padding:22px 16px 0;margin:0;color:#4a4a4a;font-size:24px;font-weight:700;letter-spacing:-.035em}.hp-archive-desc{width:100%;max-width:760px;padding:6px 16px 0;color:#777;font-size:15px}.hp-masonry{--hp-masonry-gap:22px;width:100%;columns:260px auto;column-gap:var(--hp-masonry-gap);padding:18px 18px 60px}.hp-masonry.hp-js-masonry{position:relative;columns:auto!important;column-gap:0!important}.hp-masonry.hp-js-masonry .hp-card{position:absolute;margin:0!important;transform:translateZ(0)}.hp-card{display:inline-block;width:100%;margin:0 0 28px;break-inside:avoid;-webkit-column-break-inside:avoid;page-break-inside:avoid;background:#fff0}.hp-card-thumb{display:block;width:100%;overflow:hidden;border-radius:4px;background:#e9e9e9}.hp-card-thumb img{width:100%;height:auto;transform:translateZ(0) scale(1.001);transition:opacity .2s ease,transform .22s ease}.hp-card:hover .hp-card-thumb img{opacity:.965;transform:translateZ(0) scale(1.012)}.hp-card-placeholder{width:100%;aspect-ratio:4 / 5;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgb(0 0 0 / .08),rgb(0 0 0 / .02)),#e7e7e7;color:#999;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.hp-card-body{padding-top:11px}.hp-card-term{display:block;margin-bottom:7px;color:#a8a8a8;font-size:10px;font-weight:600;line-height:1;letter-spacing:.035em;text-transform:uppercase}.hp-card-title{margin:0;color:#5e5e5e;font-size:15px;font-weight:500;line-height:1.35;letter-spacing:-.012em;text-rendering:geometricPrecision;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hp-card-title a:hover{color:#3f3f3f;text-decoration:none}.hp-card-sep{width:100%;height:1px;margin:9px 0 10px;background:#e9e9e9}.hp-card-meta{color:#9c9c9c;font-size:11px;line-height:1.25}.hp-card-meta a{color:dimgray;font-weight:500}.hp-card-meta a:hover{color:#4a4a4a}.hp-masonry-ad-card{display:inline-block;width:100%;margin:0 0 28px;break-inside:avoid;-webkit-column-break-inside:avoid;page-break-inside:avoid;background:#fff0}.hp-masonry-ad-slot{width:300px;min-height:250px;max-width:100%;margin:0 auto;overflow:hidden;border-radius:6px;background:#fff0}.hp-masonry-ad-slot iframe,.hp-masonry-ad-slot img,.hp-masonry-ad-slot ins{max-width:100%}.hp-load-more-wrap{display:flex;justify-content:center;padding:0 16px 62px}.hp-load-more{min-width:170px;min-height:44px;border:0;border-radius:999px;background:linear-gradient(135deg,var(--hp-pink),var(--hp-pink-2));color:#fff;box-shadow:0 12px 28px rgb(217 79 131 / .24);cursor:pointer;font-size:14px;font-weight:700;letter-spacing:.01em;transition:transform .16s ease,opacity .16s ease,box-shadow .16s ease}.hp-load-more:hover{transform:translateY(-1px);box-shadow:0 16px 34px rgb(217 79 131 / .3)}.hp-load-more:disabled{cursor:default;opacity:.55;transform:none}.hp-load-more.is-loading span{display:inline-flex;align-items:center;gap:8px}.hp-load-more.is-loading span::after{content:'';width:13px;height:13px;border:2px solid rgb(255 255 255 / .45);border-top-color:#fff;border-radius:999px;animation:hpSpin .7s linear infinite}@keyframes hpSpin{to{transform:rotate(360deg)}}.hp-pagination{display:flex;align-items:center;justify-content:center;gap:8px;padding:0 16px 60px}.hp-pagination .page-numbers{min-width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#f1f1f1;color:#5b5b5b;font-size:13px;font-weight:600;padding:0 12px}.hp-pagination .current,.hp-pagination .page-numbers:hover{background:var(--hp-dark);color:#fff}.hp-single-wrap{width:100%;max-width:100%;margin:30px auto 70px}.hp-single{width:min(820px, calc(100% - 32px));margin:0 auto;text-align:left}.hp-single-title{margin:0 0 8px;color:#545454;font-size:clamp(17px, 1.25vw, 21px);line-height:1.18;letter-spacing:-.012em;font-weight:500;text-rendering:geometricPrecision;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hp-single-meta{margin-bottom:18px;color:#9a9a9a;font-size:12px;font-weight:500}.hp-single-thumb{max-width:820px;margin:0 auto 26px;overflow:hidden;border-radius:6px;background:#efefef}.hp-single-content{max-width:760px;margin:0 auto;color:#5d5d5d;font-size:16px;line-height:1.75}.hp-single-content p{margin-left:auto;margin-right:auto}.hp-single-content>.alignwide{max-width:920px;margin-left:50%;transform:translateX(-50%)}.hp-single-content>.alignfull{width:100vw;max-width:100vw;margin-left:50%;transform:translateX(-50%)}.hp-single-content>*:first-child{margin-top:0}.hp-single-content a{text-decoration:underline;text-underline-offset:3px}.hp-single-content img{border-radius:6px}.hp-single-content figure{max-width:100%}.hp-single-content h2,.hp-single-content h3,.hp-single-content h4{letter-spacing:-.035em;line-height:1.15}.hp-entry-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px;padding-top:24px;border-top:1px solid #e8e8e8}.hp-entry-tags a{display:inline-flex;align-items:center;min-height:31px;padding:0 12px;border-radius:999px;background:#f1f1f1;color:#5b5b5b;font-size:13px;font-weight:700}.hp-empty{padding:56px 16px 80px;text-align:center}.hp-empty h1{margin:0 0 10px;font-size:28px;letter-spacing:-.04em}.hp-empty p{margin:0 auto;max-width:520px;color:#777}.hp-post-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;width:min(820px, calc(100% - 32px));margin:28px auto 44px}.hp-post-nav-item:empty{display:none}.hp-nav-card{min-height:52px;display:flex;align-items:center;justify-content:center;padding:0 22px;border-radius:999px;background:linear-gradient(135deg,var(--hp-pink),var(--hp-pink-2));color:#fff;box-shadow:0 12px 28px rgb(217 79 131 / .18);transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease}.hp-nav-card:hover{transform:translateY(-1px);box-shadow:0 16px 34px rgb(217 79 131 / .24)}.hp-nav-card-kicker{display:block;font-size:12px;line-height:1;letter-spacing:.08em;text-transform:uppercase;font-weight:700}.hp-related{width:100vw;max-width:100vw;margin-top:12px;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);border-top:1px solid #eee;padding:26px 18px 52px}.hp-related-head{display:flex;align-items:center;justify-content:space-between;width:100%;margin:0 0 4px}.hp-related-head h2{margin:0;color:#5b5b5b;font-size:18px;line-height:1.1;letter-spacing:-.03em;font-weight:700}.hp-related-masonry{--hp-masonry-gap:18px;columns:220px auto;column-gap:var(--hp-masonry-gap);padding:16px 0 20px}.hp-related-masonry .hp-card{margin-bottom:22px}.hp-ad-zone{display:flex;justify-content:center;align-items:center}.hp-ad-zone iframe,.hp-ad-zone img,.hp-ad-zone ins{max-width:100%}.hp-footer-ad-wrap{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:28px 16px 34px;border-top:1px solid #eee;background:#fff}.hp-footer-ad-grid{display:grid;grid-template-columns:repeat(3,300px);justify-content:center;gap:18px;max-width:100%}.hp-footer-ad-slot,.hp-single-ad-slot{width:300px;min-height:250px;max-width:100%;overflow:hidden;border-radius:6px;background:#fff0}.hp-single-ad-wrap{display:grid;grid-template-columns:repeat(2,300px);justify-content:center;gap:18px;width:min(820px, calc(100% - 32px));margin:-22px auto 42px}.hp-footer{padding:34px 16px;border-top:1px solid #eee;color:#9a9a9a;text-align:center;font-size:12px}@media(min-width:1900px){.hp-masonry{--hp-masonry-gap:22px;columns:245px auto}}@media(max-width:1080px){.hp-masonry{--hp-masonry-gap:18px;columns:220px auto}}@media(max-width:760px){.hp-topbar{height:var(--hp-topbar-height-mobile);padding:0 9px}.hp-icon-btn{width:38px;height:38px}.hp-logo{font-size:16px}.hp-termbar{height:44px}.hp-term-scroll{gap:7px;padding:7px 0}.hp-term-pill{min-height:30px;padding:0 13px;font-size:13px}.hp-drawer,.hp-search-panel{top:var(--hp-topbar-height-mobile);left:0;right:0;width:100%;max-height:calc(100vh - var(--hp-topbar-height-mobile));border-radius:0 0 18px 18px}.hp-search-panel{left:0}.hp-masonry{--hp-masonry-gap:14px;columns:170px auto;padding:14px 10px 44px}.hp-card{margin-bottom:22px}.hp-card-body{padding-top:9px}.hp-card-title{font-size:14px;line-height:1.35}.hp-card-term{font-size:9px}.hp-single-wrap{width:100%;margin-top:22px}.hp-single{width:calc(100% - 24px)}.hp-single-title{font-size:18px}.hp-single-content{font-size:16px}.hp-post-nav{grid-template-columns:1fr}.hp-nav-card{min-height:50px}.hp-footer-ad-grid,.hp-single-ad-wrap{grid-template-columns:1fr}.hp-single-ad-wrap{width:calc(100% - 24px);margin-top:-18px}.hp-footer-ad-slot,.hp-single-ad-slot{margin:0 auto}}@media(max-width:430px){.hp-masonry{columns:1;padding-left:12px;padding-right:12px}}body .hp-topbar .hp-logo span{border-style:none;padding-top:6px;padding-right:6px;background-color:#d94983;color:#fff;border-top-right-radius:20px;border-top-left-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:0;text-shadow:none;margin-left:-2px;padding-left:6px;font-family:'Waiting for the Sunrise',handwriting;position:relative;box-shadow:none}body #site-header .hp-topbar{border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#ededed}body .hp-load-more-wrap .hp-load-more span{text-transform:uppercase}body .hp-masonry .hp-card-title a{font-size:13px}body #site-header .hp-topbar a.hp-logo{font-family:'Vampiro One',display;font-weight:600;top:39px;letter-spacing:0}@media(max-width:760px){body #site-header .hp-topbar a.hp-logo{font-size:25px;top:28px}}@media(min-width:761px){body #site-header .hp-topbar a.hp-logo{font-size:26px}}body.single-post #content .hentry .hp-single-thumb{display:none}body.single-post #content .hp-entry-tags a{font-weight:400}body.single-post #content .hentry p:nth-child(4){display:none}body.tag #content h1,body.category #content h1,body.author #content h1,body.page-id-133 #content .hentry h1,body.page-id-3 #content .hentry h1{display:none}.hp-adult-popup{position:fixed;inset:0;z-index:100000;display:none;align-items:center;justify-content:center;padding:18px}.hp-adult-popup.is-visible{display:flex}.hp-adult-popup__backdrop{position:absolute;inset:0;background:rgb(255 255 255 / .78);backdrop-filter:blur(10px)}.hp-adult-popup__card{position:relative;width:min(430px, 100%);border-radius:24px;border:1px solid rgb(0 0 0 / .08);background:#fff;box-shadow:0 24px 80px rgb(0 0 0 / .18);padding:30px 26px 26px;text-align:center;color:#555}.hp-adult-popup__badge{width:56px;height:56px;margin:0 auto 16px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#d94983;color:#fff;font-weight:800;font-size:18px;letter-spacing:-.04em}.hp-adult-popup__card h2{margin:0 0 10px;color:#474747;font-size:22px;line-height:1.12;letter-spacing:-.04em;font-weight:700}.hp-adult-popup__card p{margin:0 auto 22px;color:#777;font-size:14px;line-height:1.65}.hp-adult-popup__actions{display:flex;flex-direction:column;gap:10px}.hp-adult-popup__enter,.hp-adult-popup__exit{min-height:46px;border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;padding:0 18px;cursor:pointer;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.hp-adult-popup__enter{background:linear-gradient(135deg,#d94983,#b83868);color:#fff;box-shadow:0 14px 32px rgb(217 73 131 / .25)}.hp-adult-popup__exit{background:#f1f1f1;color:#777}body.hp-adult-popup-open{overflow:hidden}@media(max-width:760px){#site-header .hp-topbar a{font-size:25px;top:28px}.hp-topbar .hp-logo span{padding-top:8px!important}}body #site-header .hp-topbar a.hp-logo,.hp-logo{font-family:'Vampiro One',Arial,Helvetica,sans-serif!important;font-weight:400!important;color:#474747!important;letter-spacing:0!important;text-transform:uppercase;top:50%!important;transform:translate(-50%,-50%)!important;text-shadow:none!important}body .hp-topbar .hp-logo span,.hp-logo span{background:transparent!important;background-color:transparent!important;color:var(--hp-pink)!important;font-family:'Vibur',cursive!important;font-weight:400!important;font-style:normal!important;text-transform:none!important;letter-spacing:0!important;line-height:1!important;padding:0!important;margin:0 0 0 4px!important;border:0!important;border-radius:0!important;box-shadow:none!important;text-shadow:none!important;position:relative!important;top:0!important}@media(max-width:760px){body #site-header .hp-topbar a.hp-logo,.hp-logo{top:50%!important}}.hp-single-content img{cursor:zoom-in;transition:filter .18s ease,transform .18s ease}.hp-single-content img:hover{filter:brightness(.96)}.hp-lightbox{position:fixed;inset:0;z-index:100001;display:none;align-items:center;justify-content:center;padding:18px}.hp-lightbox.is-open{display:flex}.hp-lightbox__backdrop{position:absolute;inset:0;background:rgb(255 255 255 / .86);backdrop-filter:blur(12px)}.hp-lightbox__inner{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.hp-lightbox__image{max-width:min(96vw, 1480px);max-height:92vh;width:auto;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 26px 90px rgb(0 0 0 / .22);background:#fff}.hp-lightbox__close{position:fixed;top:18px;right:18px;z-index:2;width:42px;height:42px;border:0;border-radius:999px;background:#fff;color:#474747;box-shadow:0 12px 34px rgb(0 0 0 / .14);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:24px;line-height:1}.hp-lightbox__close:hover,.hp-lightbox__close:focus-visible{color:var(--hp-pink);outline:none}body.hp-lightbox-open{overflow:hidden}@media(max-width:760px){.hp-lightbox{padding:10px}.hp-lightbox__close{top:12px;right:12px}.hp-lightbox__image{max-width:96vw;max-height:88vh}}body #site-header .hp-topbar a.hp-logo,.hp-logo{font-family:'Vibur',cursive!important;font-size:32px!important;font-weight:700!important;line-height:1!important;letter-spacing:0!important;text-transform:uppercase!important;color:#474747!important;gap:0!important;align-items:center!important;top:50%!important;transform:translate(-50%,-50%)!important;text-shadow:none!important;-webkit-font-smoothing:antialiased!important;text-rendering:geometricPrecision!important}body .hp-topbar .hp-logo span,.hp-logo span{font-family:'Vibur',cursive!important;font-size:inherit!important;font-weight:700!important;line-height:1!important;letter-spacing:0!important;text-transform:uppercase!important;color:var(--hp-pink)!important;background:transparent!important;background-color:transparent!important;padding:0!important;margin:0 0 0 1px!important;border:0!important;border-radius:0!important;box-shadow:none!important;text-shadow:none!important;position:relative!important;top:0!important}@media(max-width:760px){body #site-header .hp-topbar a.hp-logo,.hp-logo{font-size:28px!important;top:50%!important}}@media(max-width:380px){body #site-header .hp-topbar a.hp-logo,.hp-logo{font-size:25px!important}}body #site-header .hp-topbar a.hp-logo,.hp-logo{top:50%!important;transform:translate(-50%,calc(-50% + 2px))!important}@media(max-width:760px){body #site-header .hp-topbar a.hp-logo,.hp-logo{top:50%!important;transform:translate(-50%,calc(-50% + 2px))!important}}.hp-termbar{position:relative}.hp-term-scroll{scrollbar-width:none!important;scrollbar-color:#fff0 transparent!important}.hp-term-scroll::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.hp-term-scroll::-webkit-scrollbar-track,.hp-term-scroll::-webkit-scrollbar-thumb{background:transparent!important}.hp-termbar::after{content:"";position:absolute;left:18px;right:18px;bottom:0;height:1px;border-radius:999px;background:rgb(0 0 0 / .10);opacity:0;pointer-events:none;transition:opacity .14s ease}.hp-termbar:hover::after{opacity:1}body #site-header .hp-topbar a.hp-logo,.hp-logo{top:calc(50% + 5px)!important;transform:translate(-50%,-50%)!important}@media(max-width:760px){body #site-header .hp-topbar a.hp-logo,.hp-logo{top:calc(50% + 4px)!important;transform:translate(-50%,-50%)!important}.hp-drawer{top:var(--hp-topbar-height-mobile)!important;height:calc(100dvh - var(--hp-topbar-height-mobile))!important;max-height:calc(100dvh - var(--hp-topbar-height-mobile))!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior:contain;padding-bottom:env(safe-area-inset-bottom)}.hp-drawer-inner{padding-bottom:calc(36px + env(safe-area-inset-bottom))!important}.hp-drawer-useful-menu{grid-template-columns:1fr!important}}@supports not (height:100dvh){@media(max-width:760px){.hp-drawer{height:calc(100vh - var(--hp-topbar-height-mobile))!important;max-height:calc(100vh - var(--hp-topbar-height-mobile))!important}}}@media(max-width:760px){.hp-footer-ad-grid>.hp-footer-ad-slot:nth-of-type(n+2),.hp-single-ad-wrap>.hp-single-ad-slot:nth-of-type(n+2){display:none!important}.hp-footer-ad-grid,.hp-single-ad-wrap{grid-template-columns:minmax(0,300px)!important;justify-content:center!important;justify-items:center!important}.hp-footer-ad-slot,.hp-single-ad-slot{width:300px!important;max-width:calc(100vw - 24px)!important;margin-left:auto!important;margin-right:auto!important}}.hp-site-header{background:#101010!important;box-shadow:0 1px 0 rgb(255 255 255 / .06)}.hp-topbar{background:#101010!important;border-bottom:1px solid rgb(255 255 255 / .07)!important}.hp-site-header.hp-is-scrolled .hp-topbar{background:rgb(16 16 16 / .96)!important;box-shadow:0 12px 34px rgb(0 0 0 / .28)!important}.hp-icon-btn{color:#ffffff!important}.hp-icon-btn:hover,.hp-icon-btn:focus-visible{background:rgb(222 41 16 / .20)!important}.hp-burger-lines span{background:#ffffff!important}.hp-termbar{background:#151515!important;border-bottom:1px solid rgb(255 255 255 / .06)!important}.hp-term-pill{background:#242424!important;color:#d6d6d6!important;border:1px solid rgb(255 255 255 / .05)}.hp-term-pill:hover{background:var(--hp-pink)!important;color:#ffffff!important;border-color:var(--hp-pink)!important}.hp-termbar::after{background:rgb(255 222 0 / .34)!important}body #site-header .hp-topbar a.hp-logo-brand,.hp-logo-brand{top:50%!important;transform:translate(-50%,calc(-50% + 1px))!important;display:inline-flex!important;align-items:baseline!important;gap:0!important;font-family:"Plus Jakarta Sans",Arial,Helvetica,sans-serif!important;line-height:1!important;letter-spacing:-0.065em!important;text-transform:uppercase!important;color:#ffffff!important;text-shadow:none!important}.hp-logo-brand strong,.hp-logo-brand i,.hp-logo-brand b{font-family:inherit!important}.hp-logo-word,.hp-logo-number{display:inline-block!important;padding:0!important;margin:0!important;background:transparent!important;border:0!important;box-shadow:none!important;font-size:31px!important;font-weight:900!important;font-style:normal!important;line-height:.92!important;color:#ffffff!important}.hp-logo-number{position:relative!important;color:var(--hp-pink)!important;margin-left:2px!important;letter-spacing:-0.075em!important}.hp-logo-cn{position:absolute!important;top:-14px!important;right:-26px!important;display:inline-flex!important;align-items:center!important;gap:2px!important;min-width:31px!important;height:18px!important;padding:0 5px!important;border-radius:3px 3px 3px 0!important;background:linear-gradient(135deg,var(--hp-pink) 0 72%,#b60000 72% 100%)!important;color:var(--hp-gold)!important;font-size:9px!important;font-weight:900!important;font-style:normal!important;letter-spacing:.04em!important;line-height:1!important;box-shadow:0 7px 16px rgb(222 41 16 / .28)!important;transform:rotate(5deg)!important}.hp-logo-cn::after{content:"";position:absolute;left:0;bottom:-5px;border-top:5px solid #7e0000;border-left:6px solid #fff0}.hp-logo-cn b{color:var(--hp-gold)!important;font-size:8px!important;line-height:1!important}.hp-load-more,.hp-nav-card,.hp-adult-popup__enter,.hp-drawer-section-top .hp-drawer-menu li:first-child a,.hp-drawer-section-top .hp-fallback-menu li:first-child a{background:linear-gradient(135deg,var(--hp-pink),var(--hp-pink-2))!important}.hp-load-more,.hp-nav-card,.hp-adult-popup__enter{box-shadow:0 12px 28px rgb(222 41 16 / .22)!important}.hp-search-submit,.hp-pagination .current,.hp-pagination .page-numbers:hover{background:#101010!important}.hp-card-title,.hp-single-title,.hp-related-head h2,.hp-archive-title{color:#3f3f3f!important}.hp-card-term,.hp-entry-tags a:hover,.hp-lightbox__close:hover,.hp-lightbox__close:focus-visible{color:var(--hp-pink)!important}.hp-adult-popup__badge{background:var(--hp-pink)!important;color:var(--hp-gold)!important}@media(max-width:760px){body #site-header .hp-topbar a.hp-logo-brand,.hp-logo-brand{transform:translate(-50%,calc(-50% + 1px))!important}.hp-logo-word,.hp-logo-number{font-size:26px!important}.hp-logo-cn{top:-12px!important;right:-24px!important;min-width:28px!important;height:16px!important;font-size:8px!important;padding:0 4px!important}}@media(max-width:380px){.hp-logo-word,.hp-logo-number{font-size:23px!important}.hp-logo-cn{right:-22px!important}}.hp-masonry-ad-card.hp-ad-empty{display:none!important}:root{--hp-dark:#110d19;--hp-dark-2:#191225;--hp-text:#d8d2e8;--hp-muted:#9f94b8;--hp-soft:#20172e;--hp-border:rgba(255,255,255,.08);--hp-pink:#8b5cf6;--hp-pink-2:#5b21b6;--hp-gold:#e9d5ff;--hp-white:#140f1d;--hp-font:"Plus Jakarta Sans", Inter, Arial, Helvetica, sans-serif}html,body{background:radial-gradient(circle at 50% -10%,rgb(139 92 246 / .20),transparent 34%),#0d0a12!important;color:var(--hp-text)!important}body::before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(circle at 8% 12%,rgb(139 92 246 / .10),transparent 28%),radial-gradient(circle at 92% 4%,rgb(192 132 252 / .10),transparent 30%),linear-gradient(180deg,rgb(255 255 255 / .025),transparent 360px)}.hp-site-header,.hp-topbar{background:rgb(13 10 18 / .94)!important;border-bottom:1px solid rgb(255 255 255 / .08)!important}.hp-site-header.hp-is-scrolled .hp-topbar{background:rgb(13 10 18 / .88)!important;box-shadow:0 14px 36px rgb(0 0 0 / .38)!important;backdrop-filter:blur(14px)!important}.hp-icon-btn:hover,.hp-icon-btn:focus-visible{background:rgb(139 92 246 / .18)!important}.hp-termbar{background:rgb(19 15 28 / .96)!important;border-bottom:1px solid rgb(255 255 255 / .07)!important}.hp-term-pill{background:rgb(255 255 255 / .045)!important;color:#cfc7df!important;border-color:rgb(255 255 255 / .08)!important}.hp-term-pill:hover{background:linear-gradient(135deg,var(--hp-pink),var(--hp-pink-2))!important;color:#ffffff!important;border-color:rgb(255 255 255 / .18)!important}.hp-termbar::after{background:rgb(168 85 247 / .42)!important}body #site-header .hp-topbar a.hp-logo-brand.hp-logo-ainude,.hp-logo-brand.hp-logo-ainude{color:#ffffff!important;letter-spacing:-0.05em!important;gap:5px!important}.hp-logo-ainude .hp-logo-word,.hp-logo-ainude .hp-logo-number{font-size:30px!important;letter-spacing:-0.055em!important}.hp-logo-ainude .hp-logo-word{color:#ffffff!important}.hp-logo-ainude .hp-logo-number{color:var(--hp-pink)!important;margin-left:3px!important;position:relative!important}.hp-logo-ainude .hp-logo-ai{position:absolute!important;top:-15px!important;right:-36px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:2px!important;height:18px!important;min-width:38px!important;padding:0 6px!important;border-radius:4px 4px 4px 0!important;background:linear-gradient(135deg,#a855f7 0%,#7c3aed 72%,#4c1d95 72% 100%)!important;color:#f5edff!important;border:1px solid rgb(255 255 255 / .14)!important;box-shadow:0 9px 22px rgb(139 92 246 / .32)!important;font-size:8px!important;font-weight:900!important;font-style:normal!important;letter-spacing:.05em!important;line-height:1!important;transform:rotate(5deg)!important}.hp-logo-ainude .hp-logo-ai::after{content:"";position:absolute;left:-1px;bottom:-5px;border-top:5px solid #35116d;border-left:6px solid #fff0}.hp-logo-ainude .hp-logo-cn{display:none!important}.hp-main,.hp-single-wrap,.hp-empty{background:transparent!important}.hp-card-thumb,.hp-single-thumb,.hp-masonry-ad-slot,.hp-footer-ad-slot,.hp-single-ad-slot{background:#191225!important;border-radius:10px!important;box-shadow:0 12px 34px rgb(0 0 0 / .22)!important}.hp-card-thumb{border:1px solid rgb(255 255 255 / .06)!important}.hp-card-body{padding-top:12px!important}.hp-card-title,.hp-single-title,.hp-related-head h2,.hp-archive-title,.hp-empty h1{color:#f4efff!important}.hp-card-title a:hover,.hp-card-meta a:hover{color:#ffffff!important}.hp-card-term,.hp-entry-tags a:hover,.hp-lightbox__close:hover,.hp-lightbox__close:focus-visible{color:#c4b5fd!important}.hp-card-meta,.hp-card-meta a,.hp-archive-desc,.hp-single-meta,.hp-single-content,.hp-empty p,.hp-footer{color:#a99ebd!important}.hp-card-sep{background:rgb(255 255 255 / .08)!important}.hp-drawer,.hp-search-panel,.hp-adult-popup__card{background:rgb(20 15 29 / .97)!important;color:#e9e1f7!important;border-color:rgb(255 255 255 / .08)!important;box-shadow:0 26px 80px rgb(0 0 0 / .48)!important}.hp-drawer-title{color:#8d82a4!important}.hp-drawer a,.hp-drawer-category-list a,.hp-drawer-friends-menu a,.hp-drawer-useful-menu a,.hp-drawer-section-top .hp-drawer-menu a,.hp-drawer-section-top .hp-fallback-menu a{background:rgb(255 255 255 / .045)!important;color:#d8d2e8!important}.hp-drawer a:hover,.hp-drawer-category-list a:hover,.hp-drawer-menu a:hover,.hp-fallback-menu a:hover{background:rgb(139 92 246 / .16)!important;color:#ffffff!important}.hp-drawer-section+.hp-drawer-section{border-top-color:rgb(255 255 255 / .08)!important}.hp-drawer-category-list a em{background:rgb(255 255 255 / .08)!important;color:#c4b5fd!important}.hp-search-field{background:rgb(255 255 255 / .06)!important;border-color:rgb(255 255 255 / .10)!important;color:#f4efff!important}.hp-search-field::placeholder{color:#8d82a4!important}.hp-search-field:focus{background:rgb(255 255 255 / .09)!important;border-color:rgb(168 85 247 / .55)!important}.hp-search-submit,.hp-load-more,.hp-nav-card,.hp-adult-popup__enter,.hp-pagination .current,.hp-pagination .page-numbers:hover,.hp-drawer-section-top .hp-drawer-menu li:first-child a,.hp-drawer-section-top .hp-fallback-menu li:first-child a{background:linear-gradient(135deg,var(--hp-pink),var(--hp-pink-2))!important;color:#ffffff!important}.hp-load-more,.hp-nav-card,.hp-adult-popup__enter{box-shadow:0 14px 34px rgb(139 92 246 / .28)!important}.hp-adult-popup__badge{background:linear-gradient(135deg,var(--hp-pink),var(--hp-pink-2))!important;color:#ffffff!important}.hp-footer-ad-wrap,.hp-footer{background:transparent!important}@media(max-width:760px){.hp-logo-ainude .hp-logo-word,.hp-logo-ainude .hp-logo-number{font-size:25px!important}.hp-logo-ainude .hp-logo-ai{top:-13px!important;right:-32px!important;height:16px!important;min-width:34px!important;font-size:7px!important;padding:0 5px!important}}@media(max-width:380px){.hp-logo-ainude .hp-logo-word,.hp-logo-ainude .hp-logo-number{font-size:22px!important}.hp-logo-ainude .hp-logo-ai{right:-28px!important}}.hp-logo-ainude .hp-logo-ai{background:linear-gradient(135deg,#a855f7 0%,#7c3aed 58%,#4c1d95 100%)!important}.hp-logo-ainude .hp-logo-ai::after{border-top:5px solid #4c1d95!important;border-left:6px solid transparent!important}.hp-termbar{border-bottom:1px solid rgb(255 255 255 / .06)!important}.hp-termbar::after{display:none!important}.hp-footer,.hp-footer-ad-wrap{border-top:1px solid rgb(139 92 246 / .14)!important}.hp-logo-ainude .hp-logo-ai{overflow:visible!important;border-color:rgb(255 255 255 / .12)!important}.hp-logo-ainude .hp-logo-ai::after{content:""!important;position:absolute!important;left:-1px!important;bottom:-6px!important;width:8px!important;height:8px!important;background:#7c3aed!important;clip-path:polygon(0 0,100% 0,0 100%)!important;border:0!important;box-shadow:none!important}.hp-termbar,.hp-term-scroll{border-bottom:0!important;box-shadow:none!important}.hp-termbar::after,.hp-termbar:hover::after{content:none!important;display:none!important;opacity:0!important;background:transparent!important}.hp-footer,.hp-footer-ad-wrap{border-top:1px solid rgb(139 92 246 / .14)!important}body.hp-masonry-theme .hp-logo-ainude .hp-logo-ai,body #site-header .hp-logo-ainude .hp-logo-ai{overflow:visible!important;background:linear-gradient(135deg,#a855f7 0%,#7c3aed 62%,#6d28d9 100%)!important;border-color:rgb(255 255 255 / .12)!important}body.hp-masonry-theme .hp-logo-ainude .hp-logo-ai::after,body #site-header .hp-logo-ainude .hp-logo-ai::after{content:""!important;display:block!important;position:absolute!important;left:0!important;bottom:-5px!important;width:7px!important;height:7px!important;background:#6d28d9!important;border:0!important;border-top:0!important;border-left:0!important;border-right:0!important;border-bottom:0!important;clip-path:polygon(0 0,100% 0,0 100%)!important;box-shadow:none!important}body.hp-masonry-theme .hp-termbar,body #site-header .hp-termbar{border-bottom:0!important;box-shadow:none!important;outline:0!important}body.hp-masonry-theme .hp-termbar::before,body.hp-masonry-theme .hp-termbar::after,body.hp-masonry-theme .hp-termbar:hover::before,body.hp-masonry-theme .hp-termbar:hover::after,body #site-header .hp-termbar::before,body #site-header .hp-termbar::after,body #site-header .hp-termbar:hover::before,body #site-header .hp-termbar:hover::after{content:none!important;display:none!important;opacity:0!important;background:transparent!important;height:0!important}body.hp-masonry-theme .hp-term-scroll,body #site-header .hp-term-scroll{border:0!important;border-bottom:0!important;box-shadow:none!important;outline:0!important;scrollbar-width:none!important;-ms-overflow-style:none!important}body.hp-masonry-theme .hp-term-scroll::-webkit-scrollbar,body #site-header .hp-term-scroll::-webkit-scrollbar{width:0!important;height:0!important;display:none!important;background:transparent!important}body.hp-masonry-theme .hp-term-scroll::-webkit-scrollbar-track,body.hp-masonry-theme .hp-term-scroll::-webkit-scrollbar-thumb,body #site-header .hp-term-scroll::-webkit-scrollbar-track,body #site-header .hp-term-scroll::-webkit-scrollbar-thumb{width:0!important;height:0!important;display:none!important;background:transparent!important;border:0!important}body.hp-masonry-theme .hp-footer,body.hp-masonry-theme .hp-footer-ad-wrap{border-top:1px solid rgb(139 92 246 / .14)!important;box-shadow:none!important}body.hp-masonry-theme .hp-logo-ainude .hp-logo-ai::after,body #site-header .hp-logo-ainude .hp-logo-ai::after,.hp-logo-ainude .hp-logo-ai::after{content:none!important;display:none!important;width:0!important;height:0!important;background:transparent!important;border:0!important;clip-path:none!important;box-shadow:none!important}body.hp-masonry-theme .hp-logo-brand.hp-logo-ainude,body #site-header .hp-topbar a.hp-logo-brand.hp-logo-ainude,.hp-logo-brand.hp-logo-ainude{gap:0!important}body.hp-masonry-theme .hp-logo-ainude .hp-logo-word,body.hp-masonry-theme .hp-logo-ainude .hp-logo-number,body #site-header .hp-logo-ainude .hp-logo-word,body #site-header .hp-logo-ainude .hp-logo-number,.hp-logo-ainude .hp-logo-word,.hp-logo-ainude .hp-logo-number{letter-spacing:-0.07em!important}body.hp-masonry-theme .hp-logo-ainude .hp-logo-number,body #site-header .hp-logo-ainude .hp-logo-number,.hp-logo-ainude .hp-logo-number{margin-left:0!important}body.hp-masonry-theme .hp-adult-popup,.hp-adult-popup{background:rgb(5 4 10 / .82)!important}body.hp-masonry-theme .hp-adult-popup__card,.hp-adult-popup__card{background:#15101f!important;color:#ffffff!important;border:1px solid rgb(255 255 255 / .08)!important;box-shadow:0 28px 90px rgb(0 0 0 / .65)!important}body.hp-masonry-theme .hp-adult-popup__card h1,body.hp-masonry-theme .hp-adult-popup__card h2,body.hp-masonry-theme .hp-adult-popup__title,.hp-adult-popup__card h1,.hp-adult-popup__card h2,.hp-adult-popup__title{color:#ffffff!important}body.hp-masonry-theme .hp-adult-popup__card p,body.hp-masonry-theme .hp-adult-popup__text,.hp-adult-popup__card p,.hp-adult-popup__text{color:rgb(255 255 255 / .72)!important}body.hp-adult-locked::before,.hp-adult-popup,.hp-adult-popup__backdrop,.hp-adult-backdrop{background:rgb(4 3 8 / .88)!important;backdrop-filter:blur(18px) saturate(.85)!important;-webkit-backdrop-filter:blur(18px) saturate(.85)!important}.hp-adult-popup__card{background:#14101d!important;border:1px solid rgb(139 92 246 / .18)!important;box-shadow:0 28px 90px rgb(0 0 0 / .70)!important}.hp-adult-popup__card h1,.hp-adult-popup__card h2,.hp-adult-popup__title{color:#ffffff!important}.hp-adult-popup__card p,.hp-adult-popup__text{color:#b9afcc!important}.hp-single-wrap,.hp-single-main,.hp-single-content,.hp-single-nav,.hp-related,.hp-related-head,.hp-entry-tags,.hp-footer,.hp-footer-ad-wrap{border-color:rgb(139 92 246 / .14)!important}.hp-single-wrap,.hp-single-main,.hp-single-content,.hp-related,.hp-related-head{border-top-color:rgb(139 92 246 / .14)!important;border-bottom-color:rgb(139 92 246 / .14)!important}.hp-entry-tags{border-top:1px solid rgb(139 92 246 / .14)!important}.hp-entry-tags a{background:rgb(139 92 246 / .13)!important;color:#d8c8ff!important;border:1px solid rgb(139 92 246 / .22)!important}.hp-entry-tags a:hover{background:linear-gradient(135deg,#8b5cf6,#5b21b6)!important;color:#ffffff!important;border-color:rgb(255 255 255 / .12)!important}.single .hp-single-wrap *,.single-post .hp-single-wrap *{border-color:rgb(139 92 246 / .14)}.single .hp-single-nav,.single-post .hp-single-nav,.single .hp-related,.single-post .hp-related,.single .hp-related-head,.single-post .hp-related-head{border-top:1px solid rgb(139 92 246 / .14)!important;border-bottom:0!important}html body.hp-adult-popup-open{background:#07050d!important}html body .hp-adult-popup,html body .hp-adult-popup.is-visible{background:rgb(4 3 9 / .98)!important}html body .hp-adult-popup::before{content:""!important;position:fixed!important;inset:0!important;z-index:0!important;background:radial-gradient(circle at 50% 45%,rgb(139 92 246 / .12),transparent 34%),rgb(4 3 9 / .98)!important;pointer-events:none!important}html body .hp-adult-popup__backdrop{position:absolute!important;inset:0!important;z-index:1!important;background:rgb(4 3 9 / .96)!important;backdrop-filter:blur(8px) brightness(.42) saturate(.85)!important;-webkit-backdrop-filter:blur(8px) brightness(.42) saturate(.85)!important}html body .hp-adult-popup__card{position:relative!important;z-index:2!important;background:#14101d!important;color:#ffffff!important;border:1px solid rgb(139 92 246 / .22)!important;box-shadow:0 28px 90px rgb(0 0 0 / .78)!important}html body .hp-adult-popup__card h1,html body .hp-adult-popup__card h2,html body .hp-adult-popup__title{color:#ffffff!important}html body.single-post hr,html body.single hr,html body.single-post .wp-block-separator,html body.single .wp-block-separator{border:0!important;border-top:1px solid rgb(139 92 246 / .18)!important;background:transparent!important;color:transparent!important;height:0!important}html body.single-post .hp-entry-tags,html body.single .hp-entry-tags,html body.single-post .hp-related,html body.single .hp-related,html body.single-post .hp-related-head,html body.single .hp-related-head,html body.single-post .hp-single-ad-wrap,html body.single .hp-single-ad-wrap,html body.single-post .hp-post-nav,html body.single .hp-post-nav,html body.single-post .hp-single-content,html body.single .hp-single-content{border-color:rgb(139 92 246 / .18)!important;border-top-color:rgb(139 92 246 / .18)!important;border-bottom-color:rgb(139 92 246 / .18)!important}html body.single-post .hp-entry-tags,html body.single .hp-entry-tags{border-top:1px solid rgb(139 92 246 / .18)!important}html body.single-post .hp-entry-tags a,html body.single .hp-entry-tags a{background:rgb(139 92 246 / .14)!important;color:#d8c8ff!important;border:1px solid rgb(139 92 246 / .26)!important}html body .hp-lightbox,html body .hp-lightbox.is-open{background:rgb(7 4 12 / .82)!important}html body .hp-lightbox__backdrop{background:rgb(7 4 12 / .86)!important;backdrop-filter:blur(14px) brightness(.45) saturate(.85)!important;-webkit-backdrop-filter:blur(14px) brightness(.45) saturate(.85)!important}html body .hp-lightbox__inner{background:transparent!important}html body .hp-lightbox__image{background:transparent!important;box-shadow:0 30px 90px rgb(0 0 0 / .48)!important}html body .hp-lightbox__close{background:linear-gradient(180deg,rgb(24 18 35 / .96),rgb(15 10 24 / .96))!important;color:#e9d5ff!important;border:1px solid rgb(139 92 246 / .34)!important;box-shadow:0 14px 36px rgb(0 0 0 / .38)!important}html body .hp-lightbox__close:hover,html body .hp-lightbox__close:focus-visible{background:linear-gradient(135deg,#8b5cf6,#6d28d9)!important;color:#ffffff!important;border-color:rgb(255 255 255 / .16)!important;outline:none!important}html body .hp-native-cta{position:relative;z-index:100002;display:flex;align-items:center;justify-content:center;gap:10px;min-height:42px;padding:7px 44px 7px 14px;background:radial-gradient(circle at 24% 50%,rgb(168 85 247 / .22),transparent 34%),linear-gradient(135deg,rgb(19 13 30 / .98),rgb(12 8 18 / .98));border-bottom:1px solid rgb(139 92 246 / .26);box-shadow:0 10px 34px rgb(0 0 0 / .32);color:#f4efff}html body .hp-native-cta.is-hidden{display:none!important}html body .hp-native-cta__link{display:inline-flex;align-items:center;justify-content:center;gap:12px;max-width:min(1080px, 100%);color:inherit!important;text-decoration:none!important;line-height:1.1}html body .hp-native-cta__label{display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border-radius:999px;background:rgb(139 92 246 / .18);color:#ddd6fe;border:1px solid rgb(139 92 246 / .32);font-size:12px;font-weight:900;letter-spacing:.02em;white-space:nowrap}html body .hp-native-cta__text{color:#e9e1f7;font-size:13px;font-weight:700;white-space:nowrap}html body .hp-native-cta__button{display:inline-flex;align-items:center;min-height:25px;padding:0 12px;border-radius:999px;background:linear-gradient(135deg,#8b5cf6,#6d28d9);color:#fff;box-shadow:0 10px 22px rgb(139 92 246 / .24);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}html body .hp-native-cta__close{position:absolute;top:50%;right:12px;width:25px;height:25px;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;border:1px solid rgb(255 255 255 / .08);border-radius:999px;background:rgb(255 255 255 / .055);color:#cfc7df;cursor:pointer;font-size:18px;line-height:1;transition:background .16s ease,color .16s ease,border-color .16s ease}html body .hp-native-cta__close:hover,html body .hp-native-cta__close:focus-visible{background:rgb(139 92 246 / .24);border-color:rgb(139 92 246 / .42);color:#fff;outline:none}@media(max-width:760px){html body .hp-native-cta{min-height:48px;padding:8px 40px 8px 10px}html body .hp-native-cta__link{gap:7px;width:100%;justify-content:flex-start}html body .hp-native-cta__label{font-size:10px;padding:0 7px}html body .hp-native-cta__text{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}html body .hp-native-cta__button{font-size:10px;padding:0 9px}}html body .hp-lightbox__close,html body .hp-native-cta__close{font-size:0!important;line-height:1!important;padding:0!important;text-indent:0!important}html body .hp-lightbox__close::before,html body .hp-native-cta__close::before{content:"×"!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important;line-height:1!important;font-family:Arial,Helvetica,sans-serif!important;font-weight:500!important;transform:translateY(-1px)!important}html body .hp-lightbox__close::before{font-size:24px!important}html body .hp-native-cta__close::before{font-size:18px!important}:root{--hp-dark:#07111f;--hp-dark-2:#0b1728;--hp-text:#d9e8ff;--hp-muted:#8aa5c9;--hp-soft:#0f2035;--hp-border:rgba(125,184,255,.12);--hp-pink:#2f8cff;--hp-pink-2:#00b7ff;--hp-gold:#b9dcff;--hp-white:#07111f}html,body{background:radial-gradient(circle at 50% -12%,rgb(47 140 255 / .24),transparent 35%),radial-gradient(circle at 8% 18%,rgb(0 183 255 / .10),transparent 32%),#050b14!important;color:var(--hp-text)!important}body::before{background:radial-gradient(circle at 12% 10%,rgb(47 140 255 / .14),transparent 30%),radial-gradient(circle at 90% 6%,rgb(0 183 255 / .12),transparent 34%),linear-gradient(180deg,rgb(255 255 255 / .035),transparent 360px)!important}html body .hp-site-header{width:min(1180px, calc(100vw - 28px))!important;max-width:none!important;margin:14px auto 0!important;left:auto!important;right:auto!important;background:transparent!important;border:0!important;border-bottom:0!important;box-shadow:none!important;overflow:visible!important}html body .hp-topbar{width:100%!important;max-width:100%!important;height:60px!important;padding:0 12px!important;border-radius:999px!important;background:radial-gradient(circle at 18% 50%,rgb(47 140 255 / .18),transparent 32%),linear-gradient(135deg,rgb(10 22 38 / .86),rgb(5 12 22 / .78))!important;border:1px solid rgb(125 184 255 / .16)!important;box-shadow:0 18px 52px rgb(0 0 0 / .36),inset 0 1px 0 rgb(255 255 255 / .06)!important;backdrop-filter:blur(18px) saturate(1.15)!important;-webkit-backdrop-filter:blur(18px) saturate(1.15)!important}html body .hp-site-header.hp-is-scrolled .hp-topbar{background:radial-gradient(circle at 18% 50%,rgb(47 140 255 / .20),transparent 32%),linear-gradient(135deg,rgb(10 22 38 / .92),rgb(5 12 22 / .88))!important;box-shadow:0 18px 52px rgb(0 0 0 / .48),inset 0 1px 0 rgb(255 255 255 / .08)!important}html body .hp-icon-btn{width:42px!important;height:42px!important;color:#dcecff!important;background:rgb(255 255 255 / .045)!important;border:1px solid rgb(125 184 255 / .10)!important}html body .hp-icon-btn:hover,html body .hp-icon-btn:focus-visible{background:rgb(47 140 255 / .22)!important;border-color:rgb(125 184 255 / .22)!important}html body .hp-burger-lines span{background:#dcecff!important}html body #site-header .hp-topbar a.hp-logo-brand.hp-logo-ainude,html body .hp-logo-brand.hp-logo-ainude{gap:0!important;color:#ffffff!important}html body .hp-logo-ainude .hp-logo-word,html body .hp-logo-ainude .hp-logo-number{color:#ffffff!important;letter-spacing:-0.072em!important}html body .hp-logo-ainude .hp-logo-number{color:#58b8ff!important;margin-left:0!important}html body .hp-logo-ainude .hp-logo-ai{background:linear-gradient(135deg,#38bdf8 0%,#2f8cff 58%,#1d4ed8 100%)!important;color:#eef8ff!important;border-color:rgb(255 255 255 / .16)!important;box-shadow:0 10px 26px rgb(47 140 255 / .34)!important}html body .hp-termbar{width:min(980px, calc(100vw - 38px))!important;max-width:none!important;height:42px!important;margin:10px auto 0!important;border-radius:999px!important;background:linear-gradient(135deg,rgb(8 18 32 / .68),rgb(5 12 22 / .54))!important;border:1px solid rgb(125 184 255 / .10)!important;box-shadow:0 14px 40px rgb(0 0 0 / .24)!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important}html body .hp-term-scroll{padding:5px 12px!important;gap:8px!important}html body .hp-term-pill{min-height:30px!important;padding:0 14px!important;background:rgb(255 255 255 / .045)!important;color:#aac7ec!important;border:1px solid rgb(125 184 255 / .09)!important}html body .hp-term-pill:hover{background:linear-gradient(135deg,#2f8cff,#00b7ff)!important;color:#ffffff!important;border-color:rgb(255 255 255 / .18)!important}html body .hp-card-thumb,html body .hp-single-thumb,html body .hp-masonry-ad-slot,html body .hp-footer-ad-slot,html body .hp-single-ad-slot{background:#0b1728!important;border-color:rgb(125 184 255 / .08)!important}html body .hp-card-title,html body .hp-single-title,html body .hp-related-head h2,html body .hp-archive-title,html body .hp-empty h1{color:#f2f8ff!important}html body .hp-card-meta,html body .hp-card-meta a,html body .hp-archive-desc,html body .hp-single-meta,html body .hp-single-content,html body .hp-empty p,html body .hp-footer{color:#91a9c8!important}html body .hp-card-term,html body .hp-entry-tags a:hover,html body .hp-lightbox__close:hover,html body .hp-lightbox__close:focus-visible{color:#7dd3fc!important}html body .hp-search-submit,html body .hp-load-more,html body .hp-nav-card,html body .hp-adult-popup__enter,html body .hp-pagination .current,html body .hp-pagination .page-numbers:hover,html body .hp-drawer-section-top .hp-drawer-menu li:first-child a,html body .hp-drawer-section-top .hp-fallback-menu li:first-child a{background:linear-gradient(135deg,#2f8cff,#00b7ff)!important;color:#ffffff!important}html body .hp-load-more,html body .hp-nav-card,html body .hp-adult-popup__enter{box-shadow:0 14px 34px rgb(47 140 255 / .28)!important}html body .hp-drawer,html body .hp-search-panel,html body .hp-adult-popup__card{background:rgb(7 17 31 / .97)!important;border-color:rgb(125 184 255 / .12)!important;color:#e9f4ff!important}html body .hp-drawer a,html body .hp-drawer-category-list a,html body .hp-drawer-friends-menu a,html body .hp-drawer-useful-menu a,html body .hp-drawer-section-top .hp-drawer-menu a,html body .hp-drawer-section-top .hp-fallback-menu a{background:rgb(255 255 255 / .045)!important;color:#d9e8ff!important}html body .hp-drawer a:hover,html body .hp-drawer-category-list a:hover,html body .hp-drawer-menu a:hover,html body .hp-fallback-menu a:hover{background:rgb(47 140 255 / .18)!important;color:#ffffff!important}html body .hp-search-field{background:rgb(255 255 255 / .06)!important;border-color:rgb(125 184 255 / .12)!important;color:#f2f8ff!important}html body .hp-search-field:focus{border-color:rgb(47 140 255 / .55)!important}html body .hp-adult-popup__badge,html body .hp-native-cta__button{background:linear-gradient(135deg,#2f8cff,#00b7ff)!important;color:#ffffff!important}html body.single-post .hp-entry-tags,html body.single .hp-entry-tags,html body.single-post .hp-post-nav,html body.single .hp-post-nav,html body.single-post .hp-single-content,html body.single .hp-single-content{border-color:rgb(47 140 255 / .18)!important;border-top-color:rgb(47 140 255 / .18)!important;border-bottom-color:rgb(47 140 255 / .18)!important}html body.single-post .hp-entry-tags a,html body.single .hp-entry-tags a{background:rgb(47 140 255 / .13)!important;color:#b9e6ff!important;border-color:rgb(47 140 255 / .28)!important}html body .hp-footer,html body .hp-footer-ad-wrap{border-top-color:rgb(47 140 255 / .16)!important}html body .hp-lightbox__close{background:linear-gradient(180deg,rgb(10 22 38 / .96),rgb(5 12 22 / .96))!important;color:#b9e6ff!important;border-color:rgb(47 140 255 / .34)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;padding:0!important}html body .hp-lightbox__close:hover,html body .hp-lightbox__close:focus-visible{background:linear-gradient(135deg,#2f8cff,#00b7ff)!important;color:#ffffff!important}html body .hp-native-cta{background:radial-gradient(circle at 24% 50%,rgb(47 140 255 / .22),transparent 34%),linear-gradient(135deg,rgb(8 18 32 / .98),rgb(5 12 22 / .98))!important;border-bottom-color:rgb(47 140 255 / .26)!important;color:#f2f8ff!important}html body .hp-native-cta__label{color:#7dd3fc!important}html body .hp-native-cta__close{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important;line-height:1!important}@media(max-width:760px){html body .hp-site-header{width:calc(100vw - 18px)!important;margin-top:8px!important}html body .hp-topbar{height:54px!important;padding:0 8px!important}html body .hp-termbar{width:calc(100vw - 18px)!important;height:40px!important;margin-top:8px!important}html body .hp-logo-ainude .hp-logo-word,html body .hp-logo-ainude .hp-logo-number{font-size:25px!important}}