.sr-tabs{position:relative}.sr-tabs__radio{height:1px;opacity:0;pointer-events:none;position:absolute;width:1px}.sr-tabs__nav{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:22px}.sr-tabs__tab{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.22);border-radius:999px;color:#dff2e8;cursor:pointer;font-family:var(--head,"Poppins",sans-serif);font-size:.95rem;font-weight:600;padding:9px 20px;transition:background .2s ease,color .2s ease,border-color .2s ease;user-select:none}.sr-tabs__tab:hover{background:hsla(0,0%,100%,.16)}.sr-tabs__panel{background:#fff;border-radius:16px;box-shadow:0 24px 60px -34px rgba(4,16,10,.6);display:none;padding:clamp(22px,3vw,34px)}.sr-tabs__panel .sr-post{color:#3c4e42}.sr-tabs__panel .sr-post :first-child{margin-top:0}.sr-tabs__panel .sr-post :last-child{margin-bottom:0}@keyframes sr-tabs-fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.sr-tabs__radio:first-of-type:checked~.sr-tabs__nav .sr-tabs__tab:first-child,.sr-tabs__radio:nth-of-type(2):checked~.sr-tabs__nav .sr-tabs__tab:nth-child(2),.sr-tabs__radio:nth-of-type(3):checked~.sr-tabs__nav .sr-tabs__tab:nth-child(3),.sr-tabs__radio:nth-of-type(4):checked~.sr-tabs__nav .sr-tabs__tab:nth-child(4),.sr-tabs__radio:nth-of-type(5):checked~.sr-tabs__nav .sr-tabs__tab:nth-child(5),.sr-tabs__radio:nth-of-type(6):checked~.sr-tabs__nav .sr-tabs__tab:nth-child(6),.sr-tabs__radio:nth-of-type(7):checked~.sr-tabs__nav .sr-tabs__tab:nth-child(7),.sr-tabs__radio:nth-of-type(8):checked~.sr-tabs__nav .sr-tabs__tab:nth-child(8){background:linear-gradient(120deg,#ff7e3a,#fbc34a 60%);border-color:transparent;color:#231408}.sr-tabs__radio:first-of-type:checked~.sr-tabs__panels .sr-tabs__panel:first-child,.sr-tabs__radio:nth-of-type(2):checked~.sr-tabs__panels .sr-tabs__panel:nth-child(2),.sr-tabs__radio:nth-of-type(3):checked~.sr-tabs__panels .sr-tabs__panel:nth-child(3),.sr-tabs__radio:nth-of-type(4):checked~.sr-tabs__panels .sr-tabs__panel:nth-child(4),.sr-tabs__radio:nth-of-type(5):checked~.sr-tabs__panels .sr-tabs__panel:nth-child(5),.sr-tabs__radio:nth-of-type(6):checked~.sr-tabs__panels .sr-tabs__panel:nth-child(6),.sr-tabs__radio:nth-of-type(7):checked~.sr-tabs__panels .sr-tabs__panel:nth-child(7),.sr-tabs__radio:nth-of-type(8):checked~.sr-tabs__panels .sr-tabs__panel:nth-child(8){animation:sr-tabs-fade .35s ease;display:block}.sr-tabs__radio:first-of-type:focus-visible~.sr-tabs__nav .sr-tabs__tab:first-child,.sr-tabs__radio:nth-of-type(2):focus-visible~.sr-tabs__nav .sr-tabs__tab:nth-child(2),.sr-tabs__radio:nth-of-type(3):focus-visible~.sr-tabs__nav .sr-tabs__tab:nth-child(3),.sr-tabs__radio:nth-of-type(4):focus-visible~.sr-tabs__nav .sr-tabs__tab:nth-child(4),.sr-tabs__radio:nth-of-type(5):focus-visible~.sr-tabs__nav .sr-tabs__tab:nth-child(5),.sr-tabs__radio:nth-of-type(6):focus-visible~.sr-tabs__nav .sr-tabs__tab:nth-child(6),.sr-tabs__radio:nth-of-type(7):focus-visible~.sr-tabs__nav .sr-tabs__tab:nth-child(7),.sr-tabs__radio:nth-of-type(8):focus-visible~.sr-tabs__nav .sr-tabs__tab:nth-child(8){outline:3px solid #04121d;outline-offset:2px}@media (prefers-reduced-motion:reduce){.sr-tabs__panel{animation:none!important}}