:root{--grx-primary: #6e2a4b;--grx-primary-hover: #8a365e;--grx-primary-soft: rgba(110, 42, 75, .08);--grx-primary-soft-strong: rgba(110, 42, 75, .16);--grx-accent: #9a3d59;--grx-accent-2: #b6767e;--grx-gradient-brand: linear-gradient(135deg, #6e2a4b 0%, #8a365e 100%);--grx-gradient-rail: linear-gradient(90deg, #8a365e 0%, #b6767e 100%);--grx-bg: #faf7f3;--grx-surface: #ffffff;--grx-surface-2: #f3efe8;--grx-surface-3: #ece6dc;--grx-text: #231d26;--grx-text-2: #4a4048;--grx-text-3: #766a74;--grx-border: rgba(60, 43, 52, .1);--grx-border-strong: rgba(60, 43, 52, .2);--grx-border-brand: rgba(110, 42, 75, .28);--grx-success: #047a4d;--grx-success-bg: #e8fff1;--grx-warning: #8a4a00;--grx-warning-bg: #fff3da;--grx-danger: #b3261e;--grx-danger-bg: #ffe8e6;--grx-vip-fg: #3b2200;--grx-vip-bg: linear-gradient(135deg, #ffd76a 0%, #ff9e3c 100%);--grx-radius-xs: 6px;--grx-radius-sm: 8px;--grx-radius-md: 12px;--grx-radius-lg: 16px;--grx-radius-xl: 24px;--grx-radius-pill: 9999px;--grx-shadow-1: 0 1px 2px rgba(16, 14, 24, .05);--grx-shadow-2: 0 4px 14px -4px rgba(16, 14, 24, .1);--grx-shadow-3: 0 18px 36px -18px rgba(16, 14, 24, .22);--grx-shadow-brand: 0 12px 28px -12px rgba(92, 32, 115, .35);--grx-space-1: 4px;--grx-space-2: 8px;--grx-space-3: 12px;--grx-space-4: 16px;--grx-space-5: 24px;--grx-space-6: 32px;--grx-space-7: 48px;--grx-space-8: 64px;--grx-font-ui: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;--grx-font-serif: "Noto Serif", Georgia, "Times New Roman", serif;--grx-font-display: 2.75rem;--grx-font-h1: 2rem;--grx-font-h2: 1.375rem;--grx-font-h3: 1.125rem;--grx-font-body: 1rem;--grx-font-reader: 1.0625rem;--grx-font-caption: .8125rem;--grx-font-label: .75rem;--grx-ease: cubic-bezier(.2, 0, 0, 1);--grx-dur-fast: .16s;--grx-dur: .22s;--grx-dur-slow: .38s;--grx-z-sticky: 20;--grx-z-dropdown: 30;--grx-z-overlay: 40;--grx-z-modal: 50;--grx-z-toast: 60;--grx-container: 1280px}html.dark{--grx-bg: #14111a;--grx-surface: #1b1823;--grx-surface-2: #231f2b;--grx-surface-3: #2c2735;--grx-text: #ede8f1;--grx-text-2: #c9bfd1;--grx-text-3: #9a90a7;--grx-border: rgba(255, 240, 250, .08);--grx-border-strong: rgba(255, 240, 250, .16);--grx-border-brand: rgba(232, 167, 197, .32);--grx-primary: #e8a7c5;--grx-primary-hover: #f3c0d6;--grx-primary-soft: rgba(232, 167, 197, .1);--grx-primary-soft-strong: rgba(232, 167, 197, .18);--grx-gradient-brand: linear-gradient(135deg, #c56994 0%, #e8a7c5 100%);--grx-shadow-1: 0 1px 2px rgba(0, 0, 0, .35);--grx-shadow-2: 0 6px 16px -4px rgba(0, 0, 0, .45);--grx-shadow-3: 0 20px 40px -16px rgba(0, 0, 0, .6);--grx-shadow-brand: 0 14px 32px -14px rgba(232, 167, 197, .35)}body.reader-parchment{--grx-bg: #f4ece1;--grx-surface: #ede2d1;--grx-surface-2: #e4d8c3;--grx-surface-3: #d9ccb5;--grx-text: #2c241a;--grx-text-2: #4c4131;--grx-text-3: #6f6248;--grx-border: rgba(44, 36, 26, .12);--grx-border-strong: rgba(44, 36, 26, .22)}html.light{color-scheme:light}html.dark{color-scheme:dark}html.light body{background-color:var(--grx-bg)!important;color:var(--grx-text)!important}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important;scroll-behavior:auto!important}}:where(a,button,input,textarea,select,[role=button],[tabindex]):focus-visible{outline:2px solid var(--grx-primary);outline-offset:2px;border-radius:var(--grx-radius-sm)}.grx-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.grx-skip-link{position:fixed;top:-100px;left:1rem;z-index:var(--grx-z-toast);padding:.75rem 1rem;background:var(--grx-surface);color:var(--grx-text);border:1px solid var(--grx-border-strong);border-radius:var(--grx-radius-md);font:700 .875rem/1 var(--grx-font-ui);box-shadow:var(--grx-shadow-2);transition:top var(--grx-dur) var(--grx-ease)}.grx-skip-link:focus,.grx-skip-link:focus-visible{top:1rem}.glass-nav,.plans-glass-nav{backdrop-filter:saturate(180%) blur(18px);-webkit-backdrop-filter:saturate(180%) blur(18px)}.tonal-transition{transition:background-color var(--grx-dur) var(--grx-ease),color var(--grx-dur) var(--grx-ease),border-color var(--grx-dur) var(--grx-ease)}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.no-scrollbar::-webkit-scrollbar,.plans-no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar,.plans-no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.grx-scroll-mask{-webkit-mask-image:linear-gradient(to right,black calc(100% - 32px),transparent);mask-image:linear-gradient(to right,black calc(100% - 32px),transparent)}.grx-scrollbar::-webkit-scrollbar,.category-editorial-scrollbar::-webkit-scrollbar,.search-editorial-scrollbar::-webkit-scrollbar,.library-editorial-scrollbar::-webkit-scrollbar{width:6px;height:6px}.grx-scrollbar::-webkit-scrollbar-track,.category-editorial-scrollbar::-webkit-scrollbar-track,.search-editorial-scrollbar::-webkit-scrollbar-track,.library-editorial-scrollbar::-webkit-scrollbar-track{background:var(--grx-surface-2)}.grx-scrollbar::-webkit-scrollbar-thumb,.category-editorial-scrollbar::-webkit-scrollbar-thumb,.search-editorial-scrollbar::-webkit-scrollbar-thumb,.library-editorial-scrollbar::-webkit-scrollbar-thumb{background:#7a748866;border-radius:var(--grx-radius-pill)}.grx-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.125rem;border-radius:var(--grx-radius-pill);border:1px solid transparent;background:transparent;color:var(--grx-text);font:700 .9375rem/1 var(--grx-font-ui);white-space:nowrap;cursor:pointer;transition:transform var(--grx-dur-fast) var(--grx-ease),box-shadow var(--grx-dur) var(--grx-ease),background-color var(--grx-dur) var(--grx-ease),border-color var(--grx-dur) var(--grx-ease),color var(--grx-dur) var(--grx-ease),opacity var(--grx-dur) var(--grx-ease)}.grx-btn[disabled],.grx-btn[aria-disabled=true]{opacity:.5;pointer-events:none}.grx-btn:active:not([disabled]){transform:translateY(1px)}.grx-btn--sm{padding:.375rem .75rem;font-size:.8125rem}.grx-btn--lg{padding:.875rem 1.5rem;font-size:1rem}.grx-btn--primary{background:var(--grx-gradient-brand);color:#fff;box-shadow:var(--grx-shadow-brand)}.grx-btn--primary:hover{box-shadow:var(--grx-shadow-3);transform:translateY(-1px)}.grx-btn--ghost{background:var(--grx-surface-2);color:var(--grx-text)}.grx-btn--ghost:hover{background:var(--grx-surface-3)}.grx-btn--outline{background:transparent;border-color:var(--grx-border-strong);color:var(--grx-text)}.grx-btn--outline:hover{border-color:var(--grx-primary);color:var(--grx-primary);background:var(--grx-primary-soft)}.grx-btn--icon{width:2.5rem;height:2.5rem;padding:0;border-radius:var(--grx-radius-pill);background:var(--grx-surface-2);color:var(--grx-text-2)}.grx-btn--icon:hover{background:var(--grx-surface-3);color:var(--grx-primary)}.grx-card{background:var(--grx-surface);border:1px solid var(--grx-border);border-radius:var(--grx-radius-md);box-shadow:var(--grx-shadow-1);overflow:hidden;transition:transform var(--grx-dur) var(--grx-ease),box-shadow var(--grx-dur) var(--grx-ease)}.grx-card--raised{box-shadow:var(--grx-shadow-2)}.grx-card--interactive:hover{transform:translateY(-2px);box-shadow:var(--grx-shadow-2)}.grx-chip{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:var(--grx-radius-pill);background:var(--grx-surface-2);color:var(--grx-text-2);border:1px solid transparent;font:600 var(--grx-font-label)/1 var(--grx-font-ui);letter-spacing:.02em;transition:background-color var(--grx-dur) var(--grx-ease),color var(--grx-dur) var(--grx-ease),border-color var(--grx-dur) var(--grx-ease)}.grx-chip:hover{background:var(--grx-surface-3);color:var(--grx-text)}.grx-chip--brand{background:var(--grx-primary-soft);color:var(--grx-primary);border-color:var(--grx-border-brand)}.grx-chip--active{background:var(--grx-gradient-brand);color:#fff;border-color:transparent}.grx-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:var(--grx-radius-sm);font:800 .6875rem/1 var(--grx-font-ui);letter-spacing:.06em;text-transform:uppercase}.grx-badge--new{background:var(--grx-success-bg);color:var(--grx-success)}.grx-badge--hot{background:#ffe6ea;color:#b3002d}.grx-badge--free{background:var(--grx-warning-bg);color:var(--grx-warning)}.grx-badge--vip{background:var(--grx-vip-bg);color:var(--grx-vip-fg)}.grx-badge--completed{background:var(--grx-surface-2);color:var(--grx-text-2)}.grx-badge--ongoing{background:var(--grx-primary-soft);color:var(--grx-primary)}.grx-skel{background:linear-gradient(90deg,var(--grx-surface-2) 0%,var(--grx-surface-3) 50%,var(--grx-surface-2) 100%);background-size:200% 100%;animation:grxShimmer 1.4s linear infinite;border-radius:var(--grx-radius-sm);color:transparent;user-select:none}@keyframes grxShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion: reduce){.grx-skel{animation:none}}.grx-divider{border:0;height:1px;background:var(--grx-border);margin:var(--grx-space-5) 0}.grx-empty-text{color:var(--grx-text-3);text-align:center;margin-top:var(--grx-space-2);font:500 .875rem/1.5 var(--grx-font-ui)}.grx-text-gradient,.plans-text-gradient{background:var(--grx-gradient-brand);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.bg-gradient-editorial,.signature-gradient,.plans-bg-hero-gradient{background:var(--grx-gradient-brand)}.editorial-shadow{box-shadow:var(--grx-shadow-2)}.grip-progress,.library-grip-progress .fill{height:2px;background:var(--grx-gradient-rail);width:35%;border-radius:var(--grx-radius-pill)}.library-grip-progress .fill{height:100%;width:var(--p, 0%)}html.light .text-fuchsia-950,html.light .text-fuchsia-900,html.light .text-fuchsia-800{color:var(--grx-primary)!important}html.light .text-fuchsia-100,html.light .text-fuchsia-50{color:var(--grx-text)!important}html.light .text-fuchsia-300,html.light .text-fuchsia-200{color:var(--grx-accent)!important}html.light .border-fuchsia-800,html.light .border-fuchsia-300{border-color:var(--grx-primary)!important}html.light .hover\:text-fuchsia-700:hover,html.light .hover\:text-fuchsia-200:hover{color:var(--grx-primary-hover)!important}html.dark .text-fuchsia-100,html.dark .text-fuchsia-50,html.dark .text-fuchsia-300{color:var(--grx-primary)!important}html.dark .border-fuchsia-300{border-color:var(--grx-primary)!important}html.light #stUserDropdown{background:var(--grx-surface);border:1px solid var(--grx-border-strong);border-radius:var(--grx-radius-lg);box-shadow:var(--grx-shadow-3);color:var(--grx-text);padding:12px 14px}html.light #stUserDropdown:after{border-color:transparent transparent var(--grx-surface) transparent}html.light .grx-userdropdown__head{border-bottom-color:var(--grx-border)}html.light .grx-userdropdown__avatar{background:var(--grx-surface-3)}html.light .grx-userdropdown__name{color:var(--grx-text)}html.light .grx-userdropdown__uid{color:var(--grx-text-2)}html.light .grx-userdropdown__section{border-top-color:var(--grx-border)}html.light .grx-userdropdown__title{color:var(--grx-text-3)}html.light .grx-userdropdown__link{color:var(--grx-text)}html.light .grx-userdropdown__link:hover{background:var(--grx-primary-soft)}html.light .grx-userdropdown__empty{color:var(--grx-text-3)}html.light .grx-userdropdown__vip{color:var(--grx-accent-2)}html.light .grx-userdropdown__vip .tag{color:#fff}html.light .grx-userdropdown__expiry{color:var(--grx-text-3)}html.light header.grx-header-editorial .grx-userbtn{color:var(--grx-text)}html.light header.grx-header-editorial .grx-userbtn__name{color:var(--grx-text);font-weight:700}html.light header.grx-header-editorial .grx-userbtn__avatar--fallback{background:linear-gradient(135deg,#f3e8ff 0%,var(--grx-surface-3) 100%);color:var(--grx-primary);border:1px solid var(--grx-border-strong)}html.light header.grx-header-editorial .grx-userbtn__avatar{border:1px solid var(--grx-border)}html.light header.grx-header-editorial{border-bottom-color:var(--grx-border);box-shadow:0 1px #fffc}html.light body.home-editorial-page #root>.page,html.light body.home-editorial-page #category_root>.page{max-width:var(--grx-container);margin:0 auto;padding:4.5rem 1rem 3rem}@media (min-width: 640px){html.light body.home-editorial-page #root>.page,html.light body.home-editorial-page #category_root>.page{padding-left:1.5rem;padding-right:1.5rem}}html.light body.home-editorial-page .grx-band h2,html.light body.category-editorial-page .grx-band h2{color:var(--grx-primary);font-weight:800;letter-spacing:-.02em}html.light body.home-editorial-page .grx-band .sub,html.light body.category-editorial-page .grx-band .sub{color:var(--grx-text-3);font-weight:600}html.light body.home-editorial-page .cat-grid{display:flex;flex-wrap:wrap;gap:var(--grx-space-3)}html.light body.home-editorial-page .cat-card{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;border-radius:var(--grx-radius-pill);border:1px solid var(--grx-border-strong);background:var(--grx-surface);color:var(--grx-text-2);font-size:13px;font-weight:600;transition:background var(--grx-dur) var(--grx-ease),border-color var(--grx-dur) var(--grx-ease),color var(--grx-dur) var(--grx-ease)}html.light body.home-editorial-page .cat-card:hover{border-color:var(--grx-border-brand);color:var(--grx-primary);background:var(--grx-primary-soft)}html.light body.home-editorial-page .cat-card.is-active{background:var(--grx-gradient-brand);border-color:transparent;color:#fff}html.light body.home-editorial-page .cat-name{color:inherit}html.light body.home-editorial-page .masonry{column-count:2;column-gap:var(--grx-space-3)}@media (min-width: 768px){html.light body.home-editorial-page .masonry{column-count:3}}@media (min-width: 1200px){html.light body.home-editorial-page .masonry{column-count:4}}html.light body.home-editorial-page .masonry .b-card{display:inline-block;width:100%;margin:0 0 var(--grx-space-3);break-inside:avoid;background:var(--grx-surface);border:1px solid var(--grx-border);border-radius:var(--grx-radius-md);overflow:hidden;box-shadow:var(--grx-shadow-1);transition:transform var(--grx-dur) var(--grx-ease),box-shadow var(--grx-dur) var(--grx-ease)}html.light body.home-editorial-page .masonry .b-card:hover{transform:translateY(-2px);box-shadow:var(--grx-shadow-2)}html.light body.home-editorial-page .masonry .b-cover{border-radius:0;border:none;border-bottom:1px solid var(--grx-border);background:var(--grx-surface-3)}html.light body.home-editorial-page .masonry .b-title{color:var(--grx-text)}html.light body.home-editorial-page .masonry .b-desc{color:var(--grx-text-2)}html.light body.home-editorial-page .masonry .w-rate,html.light body.home-editorial-page .masonry .rate-num,html.light body.home-editorial-page .empty{color:var(--grx-text-3)}html.light body.home-editorial-page .page .card{background:var(--grx-surface);border:1px solid var(--grx-border);border-radius:var(--grx-radius-lg);box-shadow:var(--grx-shadow-2)}html.light body.home-editorial-page .page .card h1{color:var(--grx-text)!important}html.light body.home-editorial-page #ck-tip{color:var(--grx-text-3)!important}html.light body.home-editorial-page .page .card div[style*=grid-template-columns]{color:var(--grx-text)!important}html.light body.home-editorial-page .page .card div[style*=grid-template-columns] span[style*=color]{color:var(--grx-text-3)!important}html.light body.home-editorial-page #ck-error{color:var(--grx-danger)!important}html.light body.home-editorial-page .plan,html.light body.home-editorial-page .plan--pro{background:var(--grx-surface)!important;border:1px solid var(--grx-border)!important;box-shadow:var(--grx-shadow-2)!important}html.light body.home-editorial-page .plan__title{color:var(--grx-text)}html.light body.home-editorial-page .plan__feat{color:var(--grx-text-2)}html.light body.home-editorial-page .plan__price{color:var(--grx-primary)}html.light body.home-editorial-page .plan__save{color:var(--grx-success)}html.light body.home-editorial-page .faq-wrap{margin-top:var(--grx-space-6);border:1px solid var(--grx-border);border-radius:var(--grx-radius-xl);background:linear-gradient(165deg,#faf8fc 0%,var(--grx-surface-2) 45%,var(--grx-surface-3) 100%);padding:var(--grx-space-7) 18px var(--grx-space-7)}html.light body.home-editorial-page .faq-title{color:var(--grx-primary)}html.light body.home-editorial-page .faq{background:var(--grx-surface);border:1px solid var(--grx-border)}html.light body.home-editorial-page .faq-item>summary{color:var(--grx-text)}html.light body.home-editorial-page .faq-item>div{color:var(--grx-text-2)}html.light body.home-editorial-page .btn{border-radius:var(--grx-radius-pill);font-weight:700}html.light body.home-editorial-page .btn:not(.primary){background:var(--grx-surface);border:1px solid var(--grx-border-strong);color:var(--grx-primary)}html.light body.home-editorial-page .btn:not(.primary):hover{background:var(--grx-primary-soft)}html.light body.home-editorial-page .page-privacy,html.light body.home-editorial-page .page-service{max-width:800px;margin:0 auto;padding:4.75rem 1.25rem 4rem}html.light body.home-editorial-page .page-privacy .header h1,html.light body.home-editorial-page .page-service .header .title1{color:var(--grx-primary)!important;font-size:1.75rem!important;font-weight:900;letter-spacing:.04em;line-height:1.2;-webkit-text-fill-color:var(--grx-primary)}html.light body.home-editorial-page .page-privacy .title,html.light body.home-editorial-page .page-privacy .title2,html.light body.home-editorial-page .page-service .title2,html.light body.home-editorial-page .page-service .title3{color:var(--grx-text);font-weight:800}html.light body.home-editorial-page .page-privacy .desc,html.light body.home-editorial-page .page-service .desc{color:var(--grx-text-2);line-height:1.65}html.light body.home-editorial-page .page-privacy .title4{color:var(--grx-primary)}html.light body.home-editorial-page .page-privacy a,html.light body.home-editorial-page .page-service a{color:var(--grx-primary);text-decoration:underline;text-underline-offset:2px}html.light body.home-editorial-page .page-privacy a:hover,html.light body.home-editorial-page .page-service a:hover{color:var(--grx-primary-hover)}html.light body.home-editorial-page .page .b-topbar{border-bottom-color:var(--grx-border-strong)!important}html.light body.home-editorial-page .page .b-breadcrumb span{color:var(--grx-primary)!important;font-weight:800;letter-spacing:.03em}html.light body.home-editorial-page .page .h-title{background:linear-gradient(100deg,#5c2073,#964261 55%,#763a8c)!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important;color:transparent!important}html.light body.home-editorial-page .page .intro{color:var(--grx-text-2)!important}html.light body.home-editorial-page .page .section-title{color:var(--grx-text)!important;border-bottom-color:var(--grx-border-strong)!important}html.light body.home-editorial-page .page .feature-text{color:var(--grx-text-2)}html.light body.home-editorial-page .page .feature-title{color:var(--grx-primary);font-weight:800}html.light body.home-editorial-page .page ul{color:var(--grx-text-2)}html.light body.bg-background .h-title{color:var(--grx-text)!important}html.light body footer.border-t.border-zinc-200{background:linear-gradient(180deg,var(--grx-bg) 0%,var(--grx-surface-3) 100%)!important;border-top-color:var(--grx-border)!important}
