:root {
--FSZHozuWvBiu: #060606;
--KBPzZrRAnQeX: #FDFCFD;
--gxWGJebTpGmv: #000415;
--rGgdQCGBhMmo: #DF0508;
--uPPKTpLKhRwQ: #ECB100;
--QBiOMJDRceTJ: #F6D006;
--SLVIhuwYQQtC: #DF3D02;
--NRHNnnVcPmkY: #EC5A04;
--zSJyOjZYJxTD: Alan Sans;
--header-h: 96px;
--sidebar-w: 200px;
--sidebar-btn-w: 30px;
--sidebar-w-collapsed: 60px;
}

* {
box-sizing: border-box;
}
h1{
text-align: left;
}
a {
color: var(--KBPzZrRAnQeX);
}
a:hover {
color: var(--uPPKTpLKhRwQ);
}
.pEUaBFgowIGE{
border-style: dashed;
border-width: 0.5px;
border-color:var(--KBPzZrRAnQeX);
}
.IXYPCDEdzWcl{
position: absolute;
right: 0;
top: var(--header-h) ;
bottom: 0;
width: 1px;
border-left: 1px dashed var(--KBPzZrRAnQeX);
}
body {
font-family: var(--zSJyOjZYJxTD), "Noto Serif Kannada", sans-serif;
font-size: 18px;
line-height: 1.5;
margin: 0;
padding: 0;
background-color: var(--FSZHozuWvBiu);
color: var(--KBPzZrRAnQeX);
scroll-behavior: smooth;
--sidebar-current: var(--sidebar-w);
}

body.qxTYovNGovUt{
--sidebar-current: var(--sidebar-w-collapsed);
}
body.qxTYovNGovUt .DONBVrEANNTI,
body.qxTYovNGovUt .LmHqTcYMQUiW{
display: none;
}

img {
width: 100%;
}

figure {
margin: 0;
}

.nPykpveyqRer{
width:100%;
}
.CTuqwTmAxhko {
gap: 20px;
max-width: 1200px;
width: 100%;
margin: 0 auto;
display: flex;
align-items: center;
}
.TyTQYGgwQnKH {
display: flex;
padding: 10px 40px;
position: sticky;
top: 0;
z-index: 5;
height:var(--header-h);
background-color: var(--gxWGJebTpGmv);
}

.nPykpveyqRer,
.JrheyrPXCyiW,
.qzbMCfGhmHKI,
.tMsLNyPagGXK{
margin-left: var(--sidebar-current);
transition: margin-left .2s ease;
}

.tMsLNyPagGXK {
padding: 0 40px;
}

.UesTpMTpowaI {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 12px;
max-width: 1200px;
width: 100%;
margin: 0 auto;
}

.xLRQczWupCGV a {
color: var(--rGgdQCGBhMmo);
text-decoration: underline;
text-underline-offset: 3px;
text-decoration-color: var(--rGgdQCGBhMmo);
transition: color 0.2s ease;
}

.xLRQczWupCGV a:hover {
color: var(--NRHNnnVcPmkY);
}

.dxHwYLyGqRcN{
position: absolute;
top:var(--header-h);
left: var(--sidebar-current);
z-index: 20;
border-radius: 50%;
border: none;
width: var(--sidebar-btn-w);
height: 30px;
cursor:pointer;
color: var(--KBPzZrRAnQeX);
background-color: transparent;
}
.dxHwYLyGqRcN::after{
content: "\f101";
font-weight: 400;
margin-right: 10px;
font-family: "Font Awesome 6 Free";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: transform 0.3s ease;
}
.dxHwYLyGqRcN.DdlzASlsDEHv::after {
transform: translate(-50%, -50%) rotate(180deg);
}

.AsHpcFnnPHXp,
.EzcHHxpIYyMb {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}

.PJWzTznppTpr {
display: flex;
flex-direction: row;
align-items: center;
gap: 10px;
height: 100%;

}

.PJWzTznppTpr a {
cursor: pointer;
pointer-events: auto;
height:100%;
}


.PJWzTznppTpr img {
width: 70px;
border-radius:16px;
height: auto;
}

.xUvmQgLrYrXy{
display: flex;
justify-content: end;
align-items: center;
gap: 10px;
flex-grow: 2;
font-weight: 700;
font-size: 18px;
}

.sHyNBxtikwiX a,
.xUvmQgLrYrXy a{
border:2px solid var(--uPPKTpLKhRwQ);
color: var(--KBPzZrRAnQeX);
border-radius: 8px;
font-weight: 700;
padding: 10px 20px;
white-space: nowrap;
word-break: keep-all;
padding: 10px 20px;
text-align: center;
max-width: 200px;
transition: all 0.2s;
text-decoration: none;
}

.sHyNBxtikwiX a:nth-child(2),
.xUvmQgLrYrXy a:nth-child(2) {
background:var(--NRHNnnVcPmkY);
border:none;
}

.TiMNJotZfKcv:hover,
.sHyNBxtikwiX a:nth-child(1):hover,
.xUvmQgLrYrXy a:nth-child(1):hover {
background-color: var( --NRHNnnVcPmkY);
}

.sHyNBxtikwiX a:nth-child(2):hover,
.xUvmQgLrYrXy a:nth-child(2):hover {
background-color: var( --QBiOMJDRceTJ);
}

.sHyNBxtikwiX{
position: sticky;
z-index: 3;
bottom: 0;
left: 0;
transition: transform .3s ease;
height: 10vh;
height: 10dvh;
width: 100%;
padding:0 20px;
display:none;
align-items: center;
gap: 10px;
flex-grow: 2;
justify-content: center;
background-color: var( --FSZHozuWvBiu);
box-shadow: #0003 0 4px 6px -1px, #0000001f 0 2px 4px -1px;
}

.XcAnNmQutKLR {
display: none;
background: none;
color: var(--KBPzZrRAnQeX);
border: none;
font-size: 2rem;
cursor: pointer;

}

.XcAnNmQutKLR::before {
content: '☰';
display: block;
transition: 0.3s;
position: relative;
z-index: 5;
}

.XcAnNmQutKLR.EmivyfjOZFLS::before {
content: '✕';
}

.zIgOvcJmIDrB{
background-color: rgba(14, 18, 36, .7);
position: fixed;
inset: 0;
opacity: 0;
visibility: hidden;
transition: opacity .3s ease, visibility .3s ease;
z-index: 3;
}

.WtVqsKSpqfRb {
position: fixed;
top: 0;
left: 0;
z-index: 4;
display: flex;
flex-direction: column;
padding-top: var(--header-h);
width: var(--sidebar-current);
height: 100%;
overflow: hidden;
font-size: 16px;
background-color: var(--FSZHozuWvBiu);
}


.BEmlMXDeLtXz {
padding: 0 10px;
padding-bottom: 20px;
flex:1;
overflow: auto;
scrollbar-width: none;
-ms-overflow-style: none;
width: 100%;
}

.WtVqsKSpqfRb .IQLspMyENRDB,
.HsQyHtCwBMFw{
display: flex;
flex-direction: column;
border-radius: 8px;
padding: 10px 0px;
margin: 0;
list-style: none;
width: 100%;
}

.HsQyHtCwBMFw::-webkit-scrollbar {
display: none;
}
.mfJviKieRzRr {
display: flex;
align-items: center;
padding: 5px 10px;
gap:20px;
border-radius: 10px;
}
.mfJviKieRzRr span{
font-size:24px;
}
.IQLspMyENRDB {
display: flex;
padding: 0;
margin: 0;
list-style: none;
width: 100%;
}
.XmqyvBeFUTTQ  {
display:none;
}

.FKAGtsirKGgw  {
padding:10px;
border-radius:8px;
cursor:pointer;
font-weight: 600;
position: relative;
}
.FKAGtsirKGgw  a{
text-decoration: none;
width: 100%;
display: inline-block;
}

.DONBVrEANNTI,
.rlZSgQYGcmbi {
font-weight: 600;
display: flex;
align-items: center;
width: 100%;
position: relative;
text-decoration: none;
}

.mfJviKieRzRr:hover,
.FKAGtsirKGgw:hover {
background: linear-gradient(
135deg,
var(--QBiOMJDRceTJ),
var(--SLVIhuwYQQtC),
var(--NRHNnnVcPmkY)
);
}
.enrqReAzujeD,
.mfJviKieRzRr a:hover,
.FKAGtsirKGgw a:hover {
color: var(--KBPzZrRAnQeX);
}
.AsHpcFnnPHXp {
margin-bottom: 30px;
padding-top: 12px;
}
.JrheyrPXCyiW {
padding: 0 40px;
padding-top: 12px;
}
.muBGOlprbNmk{
font-size:27px;
text-align:left;
font-weight: bold;
}

.zuaseLOxkVEV {
width: 100%;
margin: 16px 0;
overflow: hidden;
}
.fstJFINhNDOs{
display:flex;
align-items:center;
justify-content:space-between;
gap:12px;
padding: 14px;
}


.BxMJDAmUvZnN{
display:flex;
align-items:center;
height: 48px;
width: 90px;
border-radius: 100px;
background: var(--NRHNnnVcPmkY);
border: 1px solid var(--uPPKTpLKhRwQ);
backdrop-filter: blur(10px);
--webkit-backdrop-filter: blur(10px);
overflow:hidden;
}


.hIePxJuFCBYW{
width:46px;
height:40px;
border:0;
background: transparent;
color: var(--KBPzZrRAnQeX);
cursor:pointer;
display:flex;
align-items:center;
justify-content:center;
font-size:26px;
line-height:1;
transition: background .15s, color .15s, opacity .15s;
}

.hIePxJuFCBYW:active{
background: var(--NRHNnnVcPmkY);
}

.hIePxJuFCBYW:disabled{
opacity:.35;
cursor: default;
}

.vVwNTcAzdyWA {
display: grid;
grid-auto-flow: column;
grid-auto-columns: 260px;
gap: 14px;
padding:10px;
overflow-x: auto;
overflow-y: hidden;
scrollbar-width: none;
--ms-overflow-style: none;
}

.vVwNTcAzdyWA::-webkit-scrollbar {
display: none;
}

.SgDIkazmolEW {
border-radius: 12px 32px 32px 12px;
padding: 14px 16px;
display: flex;
flex-direction: column;
justify-content: space-between;
min-height: 78px;
border: 1px solid  var(--NRHNnnVcPmkY);
box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
animation: pulse 2s infinite;
}



.JCiBFOzaLoiF {
display: flex;
justify-content: space-between;
align-items: center;
gap: 12px;
}

.QNaSevHxAIWj {
font-size: 14px;
font-weight: 600;
color:var(--KBPzZrRAnQeX);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.KImigeYogfzG {
font-size: 14px;
font-weight: 700;
color: var(--NRHNnnVcPmkY);
white-space: nowrap;
}

.atrFZswvUBVK {
font-size: 13px;
font-weight: 500;
opacity: .8;
margin-left: 2px;
}

.CspqEaGFBUdX {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 8px;
gap: 12px;
}

.fdBipsWtidOy {
font-size: 13px;
color:var(--LZKRVTAzJWLH);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.YizrmTQiAJxm{
width: 30px;
height: 30px;
background: var(--rGgdQCGBhMmo);
position: relative;
right: 10px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
}

.YizrmTQiAJxm::after {
content: "\f04b";
font-family: "Font Awesome 6 Free";
font-weight: 900;

}


.NbdedcDHHVtH {
text-align: left;
margin-bottom: 30px;
}

/*demo-placeholder*/
.xeYraFwYXzps {
box-shadow: 3px 3px 15px #000;
border-radius: 22px;
position: relative;
overflow: hidden;
display: inline-block;
width: 100%;
display:flex;
justify-content:center;
gap: 20px;

}

.hIAvCqxhTwQb::after {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5);
width: 100%;
}

.dQhPMuMRwSKq {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 100;
}

.xeYraFwYXzps img {
border-radius: 22px;
height: auto;
display: block;
}

.TdImHNIKJRqI {
position: absolute;
max-width: 600px;
transform: translateY(-50%);
left: 10%;
top: 50%;
color: var(--KBPzZrRAnQeX);
border: none;
z-index: 2;
font-size: 26px;
border-radius: 15px;
transition: background-color 0.7s ease;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
gap: 20px;
}

.enrqReAzujeD {
color: var(--KBPzZrRAnQeX);
font-weight: bold;
border: none;
cursor: pointer;
z-index: 2;
font-size: 32px;
border-radius: 15px;
padding: 20px 70px;
text-decoration: none;
background: linear-gradient(
135deg,
var(--QBiOMJDRceTJ),
var(--SLVIhuwYQQtC),
var(--NRHNnnVcPmkY)
);
background-size: 200% 200%;
background-position: 0% 50%;
transition: background-position 0.3s ease;
animation: pulse 2s infinite;
}
@keyframes pulse {
0% {
transform: scale(0.9);
}
50% {
transform: scale(1);
}
100% {
transform: scale(0.9);
}
}
.enrqReAzujeD:hover {
background-position: 100% 50%;
}
.TdImHNIKJRqI strong p{
margin: 0;
}

#idLEKcCLFltW {
width: 100%;
border: none;
overflow: hidden;
}


.lBjYYuyMavyr {
transition: filter 0.3s ease, transform 0.3s ease;
}

.lBjYYuyMavyr:hover {
transform: scale(1.04);
filter: brightness(70%);
}

.BVoLBgkRcGtE {
display: flex;
flex-direction: column;
gap:20px;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
overflow: hidden;
position: relative;
margin: 24px 0;
}


.ipxIrpEQPVWK {
display: grid;
grid-template-columns: repeat(5, 200px);
gap: 30px;
overflow-x: auto;
overflow-y: hidden;
align-items: center;
scrollbar-width: none;
}

.ipxIrpEQPVWK figure{
position:relative;
}
.ipxIrpEQPVWK figure img{
border-radius: 30px;
}
.ipxIrpEQPVWK figure span{
position: absolute;
top: 5px;
right: 5px;
display: flex;
align-items: center;
gap: 5px;
padding: 4px 8px;
font-size: 12px;
font-weight: 600;
var(--KBPzZrRAnQeX);
background: rgba(0,0,0,.6);
border-radius: 12px;
}
.ipxIrpEQPVWK figure span::before{
content: "\f007";
font-family: "Font Awesome 6 Free";
font-weight: 900;
}

.BVoLBgkRcGtE span {
margin: 0;
font-size: 20px;
font-weight: bold;
text-align:left;
margin-bottom: 6px;
}
.aXZDOTTvnKSK{
display:flex;
align-items:center;
justify-content:space-between;
gap:12px;
padding: 14px 14px 6px;
}


.FoKzOyPWXkCU{
width: 100%;
height: 1px;
background: linear-gradient(to right, var(--uPPKTpLKhRwQ) 50%, transparent 50%);
background-size: 14px 1px;
margin-left: 10px;
flex:1;
}

.IpQxaMtZkOmu{
width:1px;
height:60%;
background: rgba(255,255,255,.10);
}


.TdoVDLSmeozi{
border-radius: 100px;
box-shadow: inset 0 0 0 1px var(--uPPKTpLKhRwQ);
transition: 0.2s all ease;
cursor: pointer;
min-width: 90px;
min-height: 48px;
display: flex;
justify-content: center;
align-items: center;
color: var(--KBPzZrRAnQeX);
background:var(--NRHNnnVcPmkY);
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
padding: 0 32px;
text-decoration: none;
}

.TdoVDLSmeozi:hover{
background: rgba(255,255,255,.06);
color:#fff;
}

.TdoVDLSmeozi:active{
background: rgba(255,255,255,.10);
}

.TdoVDLSmeozi:disabled{
opacity:.35;
cursor: default;
}

.LmHqTcYMQUiW {
display: flex;
justify-content: center;
margin-bottom: 20px;
}

.GwpyMOAXCfoM {
position: relative;
display: inline-block;
}

.TiMNJotZfKcv {
font-weight: 600;
border-radius: 12px;
padding: 7px 22px;
box-shadow: 0 2px 8px rgba(0,0,0,0.07);
cursor: pointer;
user-select: none;
display: flex;
align-items: center;
gap: 8px;
transition: border 0.18s, color 0.18s, background 0.18s;
border: 2px solid  var(--uPPKTpLKhRwQ);
}


.aOBhyeKFlCia {
font-size: 15px;
margin-left: 6px;
transition: transform 0.22s;
}

#PlNhMOreyBSK:checked + .TiMNJotZfKcv .aOBhyeKFlCia {
transform: rotate(180deg);
}

.edhGaPuJuqIy {
display: none;
position: absolute;
min-width: 145px;
border-radius: 12px;
box-shadow: 0 2px 10px rgba(0,0,0,0.10);
z-index: 99;
padding: 6px 0;
background: var(--FSZHozuWvBiu);
border: 1px solid  var(--uPPKTpLKhRwQ);
}
.AHRsjMCGlvVI{
left: 50%;
transform: translateX(-50%);
bottom: 110%;
}

#PlNhMOreyBSK:checked ~ .edhGaPuJuqIy {
display: flex;
flex-direction: column;
}


.edhGaPuJuqIy .hluFEfsuHDrz {
white-space: nowrap;
border-radius: 8px;
padding: 8px 22px;
margin: 0 8px;
font-size: 17px;
background: transparent;
color: var(--KBPzZrRAnQeX);
border: none;
box-shadow: none;
font-weight: 500;
transition: background 0.18s, color 0.18s;
text-align: left;
display: block;
}
.edhGaPuJuqIy .hluFEfsuHDrz:hover {
background: var(--KBPzZrRAnQeX);
color: var(--NRHNnnVcPmkY);
}

.cpuLXXyrTtRc {
background-color: var(--rGgdQCGBhMmo);
color: var(--KBPzZrRAnQeX);
padding: 15px;
border: none;
border-radius: 12px;
cursor: pointer;
text-decoration: none;
max-width: 270px;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
margin: 30px auto 0 auto;
transition: background-color 0.7s ease;
}

.cpuLXXyrTtRc:hover {
background-color: var(--NRHNnnVcPmkY);
}

.cpuLXXyrTtRc a {
color: var(--KBPzZrRAnQeX);
font-weight: 700;
font-size: 30px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
text-decoration: none;
}
.yjGfqSimfMIT{
overflow-x:auto;
}

table {
display: block;
overflow-x: auto;
max-width: max-content;
margin: 0 auto;
border-collapse: collapse;
text-align: left;
--webkit-overflow-scrolling: touch;
font-size: 14px;
}

td {
border:1px solid var(--uPPKTpLKhRwQ);
padding: 10px;
color: var(--KBPzZrRAnQeX);
white-space: normal;
}

table thead {
height: 50px;
border-radius: 20px;
border: none;
}

table thead th {
font-size: 16px;
text-align: left;
padding: 10px;
border: 1px solid var(--uPPKTpLKhRwQ);
color: var(--KBPzZrRAnQeX);
}

table tbody tr:first-child th {
font-size: 16px;
text-align: left;
padding: 10px;
border: 1px solid var(--uPPKTpLKhRwQ);
color: var(--KBPzZrRAnQeX);
}



.FkJpujroMckK {
display: grid;
grid-auto-flow: column;
gap: 14px;
overflow-x: auto;
overflow-y: hidden;
grid-auto-columns: 150px;
scrollbar-width: none;
justify-content: space-between;
}
.FkJpujroMckK figure{
cursor:pointer;
}

.oNbuwywxqqYe{
display: grid;
gap: 20px;
color:var(--KBPzZrRAnQeX);
}

.QRqKakiZhSEj  {
box-shadow:0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 2px 0 rgba(0, 0, 0, .12), inset 0 1px rgba(255, 255, 255, .04);
border: 1px solid var(--NRHNnnVcPmkY);
border-radius: 8px;
}

.QRqKakiZhSEj h3 {
padding: 25px;
position: relative;
text-align: left;
cursor:pointer;
margin: 0;
}
.QRqKakiZhSEj h3::after {
content: "❯";
position: absolute;
right: 25px;
top: 50%;
transform: translateY(-50%) rotate(90deg);
transition: transform 0.25s ease;
}
.PPhEhNQEYtKh{
padding: 0 25px 25px;
display: none;
text-align: left;

}
.PPhEhNQEYtKh p{
margin:0;
}
input[type="checkbox"]:checked ~ .QRqKakiZhSEj h3::after {
transform: translateY(-50%) rotate(-90deg);
}
input[type="checkbox"]:checked ~ .PPhEhNQEYtKh{
display:block;

}

.qzbMCfGhmHKI {
color: var(--KBPzZrRAnQeX) ;
padding:32px 40px;

}
.tOhnyikbQjjv a{
text-decoration: none;
}

.rjUUXRWhawRP,
.sULAtVOpYcDE{

}

.BgtBAzFyAbcO{
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
width: auto;
flex-wrap: wrap;
flex-wrap: wrap;
padding: 16px;
}

.BgtBAzFyAbcO figure{
max-width: 70px;

}

.uEOkyNqQeINB {
display:flex;
flex-direction:column;
width:50%;
}
.xrBEZyTMRHEJ {
display: flex;
align-items: center;
justify-content: space-around;
}


.dDETtuHRYpbR {
width:50%;
}

.KxETWLPfTIJA {
text-align:center;
font-size: 27px;
font-weight: bold;
}

.CAuQegXChUCH {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 4px;
font-weight: bold;
justify-content: center;
align-items: center;
}

.BXtalBnWneNL {
margin: 0;
padding: 0;
}


.tOhnyikbQjjv:hover {
border-bottom: 1px solid var(--NRHNnnVcPmkY);
}

.AgqKHvHyQUXt{
display: flex;
justify-content: center;
}

.rhAAYYJntixT {
position: fixed;
bottom: 40px;
right: 40px;
width: 40px;
height: 40px;
z-index:2;

border:1 px solid var(--KBPzZrRAnQeX);
border-radius: 8px;
cursor: pointer;
opacity: 0.5;
transition: opacity 0.3s ease;
}

.rhAAYYJntixT:hover {
opacity: 1;
}

.rhAAYYJntixT::after,
.rhAAYYJntixT::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 20px;
height: 2px;
background-color: var(--KBPzZrRAnQeX);
}

.rhAAYYJntixT::after {
transform: translate(-12%, -50%) rotate(40deg);
}

.rhAAYYJntixT::before {
transform: translate(-88%, -50%) rotate(-40deg);
}

.SUJBnLQHpPGg {
font-size: 0.9em;
color: #666;
padding: 0.75em 0;
}

.GjyzyJSYwvUi {
max-width: 1200px;
margin: 0 auto;
padding: 0 1em;
}

.ieHXiPjKSGRh {
list-style: none;
margin: 0;
padding: 0;
display: flex;
align-items: center;
}

.fQHWPSEKxsGT {
display: flex;
align-items: center;
}

.XmmLichJsZMH {
color: var(--KBPzZrRAnQeX);
text-decoration: none;
transition: color .2s;
}

.XmmLichJsZMH:hover {
text-decoration: underline;
color: var(--AXIiqqQFUeWa);
}

.XmmLichJsZMH[aria-current="page"] {
color: #939090;
font-weight: bold;
cursor: default;
text-decoration: none;
}

.sFrLqNlpHArS {
margin: 0 0.5em;
color: #999;
font-size: 1.2em;
line-height: 1;
}


/* ===== Popup (modal) ===== */
.rSaaznZlVpoM{
position: fixed;
inset: 0;
display: none;
z-index: 9999;
}

.pEwDFtZBhYqN{
display: block;
}

.ngpxoIrRiwMM{
position: absolute;
inset: 0;
background: rgba(0,0,0,.65);
}

.NufaqUlyqEBG{
position: relative;
width: min(920px, calc(100% - 28px));
margin: 8vh auto;
border-radius: 18px;
overflow: hidden;
background: transparent;
}

.NrOJeAsseiKs{
position: absolute;
top: 10px;
right: 12px;
z-index: 50;
width: 38px;
height: 38px;
border: 0;
border-radius: 12px;
cursor: pointer;
background: rgba(0,0,0,.35);
color: #fff;
font-size: 18px;
}

/* ===== Ticket layout ===== */
.VYKSsysUarmN{
position: relative;
display: flex;
gap: 22px;
align-items: center;
justify-content: space-between;
padding: 28px 28px 34px;
border-radius: 18px;
overflow: hidden;
background:
repeating-conic-gradient(
from 0deg at 63% 50%,
#ffd54f 0deg 10deg,
#f2b705 10deg 20deg
);
box-shadow: 0 18px 40px rgba(0,0,0,.25);
}

/* Ліва частина */
.fZOFSAoHIHQl{
position: relative;
z-index: 2;
width:50%;

}

.hcNgcWvhQVlT{
font-size: clamp(40px, 5vw, 64px);
line-height: 1;
font-weight: 900;
color: #1a1a1a;
}

.VzOwdMNsqikM{
margin-top: 6px;
font-size: clamp(28px, 3.5vw, 44px);
line-height: 1;
font-weight: 900;
color: #1a1a1a;
opacity: .9;
}

/* Права частина */
.YhXoIjQurQvw{
position: relative;
z-index: 2;
width:50%;
}

.dwRVMaMLKZjH{
position: relative;
width: 100%;
height: 240px;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 12px 26px rgba(0,0,0,.25);
background: var( --nTSopCJOoOHG);
}


.WhqmfSzSPArO{
position: absolute;
inset: 0;
width: 100%;
height: 100%;
display: block;
cursor: pointer;
}
.adyJLjjwmlZE{
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: space-evenly;
font-size: 44px;
z-index: 1;
pointer-events: none;
}

.adyJLjjwmlZE span{
opacity: .15;
transform: scale(.9);
transition: opacity .25s ease, transform .25s ease;
}


.WhqmfSzSPArO.is-scratching + .adyJLjjwmlZE span,
.WhqmfSzSPArO ~ .adyJLjjwmlZE span{
opacity: 1;
transform: scale(1);
}
.adyJLjjwmlZE span{
animation: giftPulse 1.6s ease-in-out infinite;
}

@keyframes giftPulse{
0%,100%{ transform: scale(.95); }
50%{ transform: scale(1.05); }
}
.aiiVOCGPmGEx{
position: absolute;
top: 25px;
right: 25px;
bottom: 18px;
z-index: 20;
display: none;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 30px;
padding: 16px 18px;
border-radius: 16px;
width: 50%;
background: linear-gradient(90deg, rgba(255,255,255,.35), rgba(255,255,255,.18));
box-shadow: 0 18px 40px rgba(0,0,0,.22);
backdrop-filter: blur(10px);
transform: translateY(10px);
opacity: 0;
transition: .25s ease;
}
.rSaaznZlVpoM.is-result
.VYKSsysUarmN{
animation: winPulse 1s ease;
}

@keyframes winPulse{
0%{ transform: scale(.58); }
50%{ transform: scale(1.01); }
100%{ transform: scale(1); }
}


.rSaaznZlVpoM.is-result .aiiVOCGPmGEx{
display: flex;
transform: translateY(0);
opacity: 1;
}

.rSaaznZlVpoM.is-result .YhXoIjQurQvw{
opacity: 0;
pointer-events: none;
transform: translateY(6px);
transition: .25s ease;
}



.gFkMrRrrKZSX{
font-size: 18px;
font-weight: 900;
color: #171717;
line-height: 1.2;
max-width: 70%;
}

.YAOuIKyURvVv{
display: inline-flex;
align-items: center;
justify-content: center;
padding: 12px 16px;
border-radius: 14px;
text-decoration: none;
font-weight: 900;
font-size: 14px;
white-space: nowrap;

background: #101010;
color: #fff;
box-shadow: 0 12px 26px rgba(0,0,0,.28);
transform: translateY(0);
transition: transform .15s ease, opacity .2s ease;
}

.YAOuIKyURvVv:hover{
transform: translateY(-1px);
opacity: .95;
}

.ZUQerxQirYNW{
margin-bottom: 42px;
width:100%;
display:flex;
gap: 10px;
}
.ZUQerxQirYNW img {
display: block;
}


.fEzlEVZkjTlK,
.JgVpmRRGLqlK{
display: flex;
flex-direction: column;
gap: 30px;

}
.fEzlEVZkjTlK{
flex: 1;
justify-content: end;
}

.ioWnBsPxQCdA{
position: relative;
padding: 10px 30px 10px 50px;
border-radius: 8px;
font-size: 24px;
font-weight: 600;
display: inline-grid;
justify-content: center;
align-items: center;
min-width: 400px;
min-height: 64px;
line-height: 14px;
text-align: center;
border:1px solid var(--KBPzZrRAnQeX);
transition: all 0.2s ease;
text-decoration: none;
}
.ioWnBsPxQCdA span {
font-size: 18px;
font-weight: 400;

}
.ioWnBsPxQCdA:hover {
transform: translateY(-2px);
}

.yuWngIVmaLRk{
color: var(--uPPKTpLKhRwQ);
}
.DDAivQHxBtKg{
font-size: 42px;
margin:0;
line-height: 32px;
}

.iyBXgGyMgSvl{
gap: 20px;
display: flex;
color: #ddd;
position: relative;
}

.rxJcvIZBruyC{
gap: 30px;
display: flex;
flex-direction: column;
align-items: center;
width:50%;

}

.AMOgBWZjHnWm .ioWnBsPxQCdA::before {
content: '↓';
position: absolute;
left: 18px;
font-size: 24px;
font-weight: 700;
top: 50%;
transform: translateY(-50%);
padding-bottom: 5px;
border-bottom: 3px solid;
color: var(--nTSopCJOoOHG);
}
.iyBXgGyMgSvl span{
position: relative;
}
.iyBXgGyMgSvl span:first-child{
padding-left: 15px;
}
.iyBXgGyMgSvl span:last-child{
padding-left: 20px;
}
.iyBXgGyMgSvl span:first-child::before{
content: '↓';
position: absolute;
left: 0;
font-size: 14px;
font-weight: 700;
top: 47%;
transform: translateY(-50%);
color: ##ddd;
text-decoration: underline;
}

.iyBXgGyMgSvl span:last-child::before{
content: "\f17b";
position: absolute;
font-family: "Font Awesome 6 Brands";
font-weight: 400;
position: absolute;
left: 0;
font-size: 14px;
top: 50%;
transform: translateY(-50%);
color: ##ddd;
}


.GhnanQCeMhsI .ioWnBsPxQCdA::before {
content: "\f17b";
font-family: "Font Awesome 6 Brands";
font-weight: 400;
position: absolute;
left: 17px;
top: 50%;
transform: translateY(-50%);
color: var(--nTSopCJOoOHG);
}


@media(max-width: 1100px){
.CTuqwTmAxhko {
gap:10px;

}
.DkilWsBBcUJq {
grid-template-columns: repeat(2, minmax(220px, 1fr));
gap: 42px;
}

.aCGEQqWNpApY {
grid-template-columns: repeat(2, 1fr);
}
.rxJcvIZBruyC{
width:100%;
}
.ioWnBsPxQCdA{
min-width: 350px;
}
.DDAivQHxBtKg{
font-size: 32px;
line-height: 32px;
}
.iyBXgGyMgSvl{
gap: 10px;
justify-content: center;
}
.JgVpmRRGLqlK{
width: 100%;
gap: 10px;
text-align: center;
}
.fEzlEVZkjTlK{
width: 100%;
gap:10px;
flex-direction: column;
align-items: center;
}
.nfLJkAPaIorw{
min-width:250px;
gap: 0;
}
.nfLJkAPaIorw p{
margin-bottom: 0;
}

.ioWnBsPxQCdA{
font-size: 20px;
min-width: 300px;
}
.JgVpmRRGLqlK .kipNeEShFPFw{
min-width: 250px;
}
.ZUQerxQirYNW{
flex-direction: column;
gap: 32px;
margin-bottom: 32px;
}
.ZUQerxQirYNW .SKQcfzHSxWCB img{
max-width:500px;
}
}

@media(max-width: 768px){
.nPykpveyqRer,
.JrheyrPXCyiW,
.qzbMCfGhmHKI,
.tMsLNyPagGXK{
margin-left: 0;
}
.TyTQYGgwQnKH{
position: static;
}
.PJWzTznppTpr{
margin-left:20px;
}
.dxHwYLyGqRcN{
display: none;
}
.WtVqsKSpqfRb{
transform: translateX(-100%);
}
.WtVqsKSpqfRb.DmHhyzxdlGNp {
transform: translateX(0);
}
.zIgOvcJmIDrB.EhnGzuKoPlMw {
opacity: 1;
visibility: visible;
}
.XcAnNmQutKLR {
display: flex;
align-items: center;
width: 30px;
position: absolute;
top: 0;
height: var(--header-h);
left: 0;
padding-right: 0;
z-index: 8;
}
.mfJviKieRzRr span,
.YvgwAUeqTAdB{
display:none;
}
.FKAGtsirKGgw,
.mfJviKieRzRr{
padding: 7px;
}

.BEmlMXDeLtXz{
padding: 0 16px;
}
.mfJviKieRzRr:first-child{
background: linear-gradient(
135deg,
var(--QBiOMJDRceTJ),
var(--SLVIhuwYQQtC),
var(--NRHNnnVcPmkY)
);
}
.CTuqwTmAxhko {
justify-content: end;
}
.WtVqsKSpqfRb .XmqyvBeFUTTQ {
display:block;
padding: 0 16px;
margin-bottom: 5px;
box-shadow: #0003 0 4px 6px -1px, #0000001f 0 2px 4px -1px;
}
.IXYPCDEdzWcl{
top: 0;
}
.XmqyvBeFUTTQ .IQLspMyENRDB{
overflow-y: scroll;
scrollbar-width: none;
height:100%;
}

.TdImHNIKJRqI {
font-size: 26px;
width: 75%;
left: 50%;
transform: translate(-50%, -50%);
}
.xeYraFwYXzps {
height: unset;
min-height: 200px;
}
.VqVlAuszfUBG{
flex-wrap: wrap;
}
.DdMaHKZWUxaj:nth-child(1){
width: 100%;
justify-content: center;
}
.DdMaHKZWUxaj:nth-child(2){
width: 50%;
border: none;
height: 70px;
}
.DdMaHKZWUxaj:nth-child(3) {
width: 50%;
}
.nefYmWQjrpvH{
padding: 0;
}
.xrBEZyTMRHEJ {
padding: 40px 0;
gap: 50px;
flex-direction: column;
order:2;
}

.uEOkyNqQeINB {
width:100%;
font-size:16px;
}
.dDETtuHRYpbR {
width:100%;
}

.hluFEfsuHDrz {
font-size: 15px;
padding: 7px 14px;
}

}

@media(max-width: 425px){
.sHyNBxtikwiX{
display:flex;
}
.xUvmQgLrYrXy{
display:none;
}
.muBGOlprbNmk{
font-size: 21px;
}
}
@media(max-width: 576px){
.TyTQYGgwQnKH{
margin-left: 0;
align-items: center;
}

.PJWzTznppTpr{
order: 2;
}
.JrheyrPXCyiW,
.qzbMCfGhmHKI,
.TyTQYGgwQnKH {
padding: 8px 15px;
}
.PJWzTznppTpr img {
width: 50px;
}

.TdImHNIKJRqI {
font-size: 20px;
gap: 20px;
width: 95%;
}
.TdImHNIKJRqI div{
font-size: 18px;
}

h1{
margin: 0;
font-size: 24px;
}

.aCGEQqWNpApY {
grid-template-columns: repeat(1, 1fr);
}

.DkilWsBBcUJq {
grid-template-columns: 1fr;
gap: 32px;
padding: 0 16px;
}

.lMFlMexEYNlK{
flex-direction: column;
align-items: center;
}

.oTFNfNVWwItU {
padding-left: 10px;
}

.enrqReAzujeD {
font-size: 20px;
padding: 10px 20px;

}
.ioWnBsPxQCdA{
min-width: 300px;

}
.iyBXgGyMgSvl span{
font-size:16px;
}
.aiiVOCGPmGEx{
flex-direction: column;
align-items: center;
justify-content: center;
}
.aiiVOCGPmGEx{
top: 0;
left: 0;
bottom: 0;
width: 100%;
}
.gFkMrRrrKZSX{
max-width: 100%;
}
.VYKSsysUarmN{
flex-direction:column;
}

.YhXoIjQurQvw,
.fZOFSAoHIHQl{
width:100%;
}
}
