.articles-hero{padding:calc(var(--nav-h) + 56px) 24px 96px;background:linear-gradient(135deg,#4298b4 0%,#33a474 100%);position:relative;overflow:hidden}.articles-hero:after{content:"";pointer-events:none;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.articles-hero__inner{text-align:center;z-index:1;max-width:760px;margin:0 auto;position:relative}.articles-hero__label{letter-spacing:.18em;text-transform:uppercase;color:#ffffffbf;margin-bottom:12px;font-size:.78rem;font-weight:700}.articles-hero__title{color:#fff;letter-spacing:-.03em;margin-bottom:16px;font-size:clamp(2.2rem,5vw,3.4rem);font-weight:800}.articles-hero__desc{color:#ffffffd9;margin-bottom:32px;font-size:clamp(.9rem,2vw,1.1rem);line-height:1.7}.articles-hero__cats{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.articles-hero__cat{transition:all var(--transition);border-radius:999px;padding:8px 20px;font-size:.85rem;font-weight:600;text-decoration:none}.articles-hero__cat--quizzes{background:var(--clr-purple-icon-light);color:var(--clr-purple-icon)}.articles-hero__cat--play{background:var(--clr-blue-light);color:var(--clr-blue)}.articles-hero__cat--life{background:var(--clr-green-light);color:var(--clr-green)}.articles-hero__cat:hover{opacity:.85;transform:translateY(-2px)}.articles-hero__wave{width:100%;height:70px;display:block;position:absolute;bottom:0;left:0}.story-pagination{justify-content:center;align-items:center;gap:8px;margin-top:56px;display:flex}.story-pagination__pages{align-items:center;gap:4px;margin:0;padding:0;list-style:none;display:flex}.story-pagination__page{width:36px;height:36px;color:var(--clr-text-muted);transition:all var(--transition);border-radius:8px;justify-content:center;align-items:center;font-size:.88rem;font-weight:500;text-decoration:none;display:flex}a.story-pagination__page:hover{background:var(--clr-surface);color:var(--clr-text)}.story-pagination__page.is-active{background:var(--clr-brand);color:#fff;font-weight:700}.story-pagination__btn{width:36px;height:36px;color:var(--clr-text-muted);transition:all var(--transition);border-radius:8px;justify-content:center;align-items:center;text-decoration:none;display:flex}a.story-pagination__btn:hover{background:var(--clr-surface);color:var(--clr-text)}.story-pagination__btn.is-disabled{opacity:.3;cursor:default}@media (width<=480px){.story-pagination__page,.story-pagination__btn{width:32px;height:32px;font-size:.82rem}}.explore-hub{min-height:50vh;padding:48px 24px 80px}.explore-hub__inner{max-width:1080px;margin:0 auto}.explore-hub__empty{text-align:center;color:var(--clr-text-muted);padding:80px 0;font-size:1rem}.explore-tabs{flex-wrap:wrap;gap:8px;margin-bottom:36px;display:flex}.explore-tab{border:1.5px solid var(--clr-border);color:var(--clr-text-muted);transition:all var(--transition);background:0 0;border-radius:999px;align-items:center;gap:6px;padding:7px 18px;font-size:.88rem;font-weight:500;text-decoration:none;display:inline-flex}.explore-tab:hover{color:#33a474;border-color:#33a474}.explore-tab.is-active{color:#fff;background:linear-gradient(135deg,#4298b4 0%,#33a474 100%);border-color:#33a474;font-weight:600}.explore-tab .tab-new-dot{background:#e84c4c;border-radius:50%;flex-shrink:0;width:7px;height:7px;display:inline-block}.explore-tab.is-active .tab-new-dot{background:#fff}.explore-list{grid-template-columns:repeat(2,1fr);gap:20px;margin:0;padding:0;list-style:none;display:grid}@media (width<=700px){.explore-list{grid-template-columns:1fr}}.explore-card{border:1px solid var(--clr-border);background:var(--clr-bg);transition:transform var(--transition), box-shadow var(--transition);border-radius:14px;overflow:hidden}.explore-card:hover{box-shadow:0 10px 28px var(--clr-shadow);transform:translateY(-3px)}.explore-card__link{color:inherit;gap:0;height:100%;text-decoration:none;display:flex}.explore-card__thumb{background:var(--clr-surface);flex-shrink:0;width:120px;position:relative;overflow:hidden}.explore-card__thumb img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.explore-card:hover .explore-card__thumb img{transform:scale(1.04)}.explore-card__thumb--placeholder{background:linear-gradient(135deg, var(--clr-brand-light) 0%, var(--clr-surface) 100%);width:100%;height:100%}@media (width<=480px){.explore-card__thumb{width:100px}}.explore-card__new-badge,.explore-card__updated-badge{color:#fff;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap;border-radius:20px;margin-left:auto;padding:4px 8px;font-size:.6rem;font-weight:700;line-height:1.4}.explore-card__new-badge{background:#e84c4c}.explore-card__updated-badge{color:#e84c4c;border:1px solid #e84c4c}.explore-card__body{flex-direction:column;flex:1;gap:6px;min-width:0;padding:16px 18px;display:flex}.explore-card__badges{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.explore-card__service{letter-spacing:.05em;text-transform:uppercase;border-radius:999px;padding:2px 9px;font-size:.68rem;font-weight:700}.explore-card__service--quizzes{background:var(--clr-purple-icon-light);color:var(--clr-purple-icon)}.explore-card__service--play{background:var(--clr-blue-light);color:var(--clr-blue)}.explore-card__service--life{background:var(--clr-green-light);color:var(--clr-green)}.explore-card__label{color:var(--clr-text-muted);font-size:.68rem;font-weight:600}.explore-card__service--quizzes~.explore-card__label{color:var(--clr-purple-icon)}.explore-card__service--play~.explore-card__label{color:var(--clr-blue)}.explore-card__service--life~.explore-card__label{color:var(--clr-green)}.explore-card__title{color:var(--clr-text);-webkit-line-clamp:2;text-wrap:auto;-webkit-box-orient:vertical;font-size:.95rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.explore-card__desc{color:var(--clr-text-muted);-webkit-line-clamp:2;text-wrap:auto;-webkit-box-orient:vertical;font-size:.82rem;line-height:1.5;display:-webkit-box;overflow:hidden}.explore-card__meta{color:var(--clr-text-muted);justify-content:flex-end;align-items:center;gap:4px;margin-top:auto;font-size:.75rem;display:flex}.explore-card__meta-read{align-items:center;gap:3px;display:inline-flex}.explore-body{background:var(--clr-surface,#fafafa);text-wrap:auto;border-radius:12px;margin:0 0 2rem;padding:1.5rem 2rem}.explore-body__h2{color:var(--clr-text,#222);letter-spacing:-.02em;margin:0 0 1rem;font-size:1.1rem;font-weight:700}.explore-body__p{color:var(--clr-text-muted);letter-spacing:-.01em;margin:0 0 .875rem;font-size:.9375rem;line-height:1.8}.explore-body__p:last-child{margin-bottom:0}.explore-body__p a{color:var(--clr-primary,#7c3aed);text-underline-offset:2px;text-decoration:underline}.explore-body__p a:hover{opacity:.8}.explore-hub__intro{color:#666;letter-spacing:-.01em;margin:0 0 1.75rem;font-size:.9375rem;line-height:1.75}@media (width<=640px){.explore-body{padding:1.25rem 1rem}.explore-body__h2{font-size:1rem}.explore-body__p{font-size:.875rem}}