.browse-by-topic{padding:32px 24px;width:100%}.browse-by-topic__container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:24px}.browse-by-topic__header{display:flex;flex-direction:column;gap:4px}.browse-by-topic__title{font-family:Inter,sans-serif;font-size:32px;font-weight:500;line-height:1.3;color:#1a1a1a;margin:0}.browse-by-topic__subtitle{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:1.6;color:#666;margin:0}.browse-by-topic__list{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}@media(max-width:1023px){.browse-by-topic__list{grid-template-columns:repeat(3,1fr)}}@media(max-width:767px){.browse-by-topic__list{grid-template-columns:repeat(2,1fr)}}.browse-by-topic__item{display:flex;gap:8px;align-items:center;padding:12px 16px;background:#f5f5ff;border-radius:.5rem;text-decoration:none;color:inherit;min-width:0}.browse-by-topic__item:hover{background:#ebebff}.browse-by-topic__item-label{flex:1 0;font-family:Inter,sans-serif;font-size:14px;font-weight:600;line-height:1.6;color:#1a1a1a;min-width:0}.browse-by-topic__item-short{display:none}@media(max-width:767px){.browse-by-topic__item-full{display:none}.browse-by-topic__item-short{display:inline}}.browse-by-topic__item-arrow{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#1a1a1a}.browse-other-formats{padding:32px 24px;width:100%}.browse-other-formats__container{max-width:1200px;margin:0 auto;background:#f5f5ff;border-radius:16px;padding:32px;display:flex;flex-direction:column;gap:24px}.browse-other-formats__header{display:flex;flex-direction:column;gap:4px}.browse-other-formats__title{font-family:Inter,sans-serif;font-size:32px;font-weight:500;line-height:1.3;color:#1a1a1a;margin:0}.browse-other-formats__subtitle{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:1.6;color:#666;margin:0}.browse-other-formats__row{display:flex;gap:24px}@media(max-width:1023px){.browse-other-formats__row{flex-wrap:wrap}}.browse-other-formats__item{flex:1 0;display:flex;gap:8px;align-items:center;background:#fff;border:1px solid #e5e5e5;border-radius:.5rem;overflow:hidden;text-decoration:none;color:inherit;min-width:0}.browse-other-formats__item:hover{border-color:#ccc}@media(max-width:1023px){.browse-other-formats__item{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 12px)}}@media(max-width:767px){.browse-other-formats__item{flex:0 0 100%}}.browse-other-formats__item-image{flex-shrink:0;width:64px;height:48px;position:relative}.browse-other-formats__item-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.browse-other-formats__item-image-overlay{position:absolute;inset:0;background-image:linear-gradient(270deg,rgb(255,255,255) 0,rgba(255,255,255,0) 94.531%),linear-gradient(180deg,rgba(0,0,0,.3),rgba(0,0,0,0) 20%,rgba(0,0,0,0) 80%,rgba(0,0,0,.3)),linear-gradient(90deg,rgba(0,0,0,.1),rgba(0,0,0,.1));pointer-events:none}.browse-other-formats__item-content{flex:1 0;display:flex;gap:8px;align-items:center;padding:12px 16px 12px 0;min-width:0}.browse-other-formats__item-label{flex:1 0;font-family:Inter,sans-serif;font-size:14px;font-weight:600;line-height:1.6;color:#1a1a1a;min-width:0}.browse-other-formats__item-arrow{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#1a1a1a}.format-hero{background:linear-gradient(180deg,#e5e5fe,rgba(229,229,254,0));padding:64px 24px 24px;width:100%}.format-hero__container{max-width:1200px;margin:0 auto;position:relative}.format-hero__breadcrumb{display:flex;align-items:center;gap:4px;font-family:Inter,sans-serif;font-size:12px;line-height:1.6}.format-hero__breadcrumb-link{color:#4d4d4d;text-decoration:none;font-weight:400}.format-hero__breadcrumb-link:hover{text-decoration:underline}.format-hero__breadcrumb-separator{color:#4d4d4d;font-weight:600;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.format-hero__breadcrumb-current{color:#1a1a1a;font-weight:600}.format-hero__content{display:flex;align-items:center;gap:14px;margin-top:8px}.format-hero__text{flex:1 0;max-width:500px;display:flex;flex-direction:column;gap:8px}.format-hero__title{font-family:Inter,sans-serif;font-size:48px;font-weight:600;line-height:1.3;letter-spacing:0;color:#1a1a1a;margin:0}@media(max-width:767px){.format-hero__title{font-size:32px}}.format-hero__subtitle{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:1.6;letter-spacing:0;color:#4d4d4d;margin:0}.format-hero__illustration{flex:1 0;height:300px;display:flex;align-items:center;justify-content:center}@media(max-width:767px){.format-hero__illustration{display:none}}.format-hero__illustration-img{height:100%;width:auto;max-width:100%;object-fit:cover;border-radius:.5rem}