@charset "utf-8";
/* CSS Document */

button,
input[type="button"],
input[type="submit"],
input[type="reset"],
[role="button"],
a[onclick],
.myButton0,
.myButton1,
.myButton2,
.myButton3
{
	cursor: pointer;
}

button:disabled,
input[type="button"]:disabled,
input[type="submit"]:disabled,
input[type="reset"]:disabled,
[aria-disabled="true"]
{
	cursor: not-allowed;
}

body
{
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, Segoe UI,
        Helvetica Neue, Helvetica, Arial, sans-serif;
}
#ads
{
	position: fixed;
	top: 65px; left: 20%;
	width: 23%;
	padding-right: 15px;
	z-index: 1;
}
.ads-top
{
	position: relative;
	padding: 10px;
}
.ads-bottom
{
	position: relative;
	padding: 15px;
	text-align:  center;
}
#key
{
	position: absolute;
	top: 51px; right: 0px;
	bottom: 51px; left: 0px;
	background-repeat: no-repeat;
	z-index: 1;
	
}
#key .pg
{
	position: absolute;
	top: 0px; right: 0px;
	bottom: 0px; left: 0px;
	overflow: auto;
	
}

.fx169 .pg
{
	padding: 0 20% 0 45%;
}
.ce169
{
	margin: 0 20%;
}


#key .auto
{
	position: relative;
	width: 100%;
	height: 100%;
	
}
#key .mg
{
	padding-top: 25px;
}
#loading
{
	position: absolute;
	top: 0px; right: 0px;
	bottom: 0px; left: 0px;
	background-repeat: no-repeat;
	background-color:  #FFFFFF;
	font-family: 'Lucida Handwriting';
	font-size: 250%;
	color: #4fa6f8;
	z-index: 99;
	
}
#loading spam
{
	position: fixed;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
/* BRINTAGE 2026 - estilo general app */
:root{--bt-blue:#2f7df6;--bt-blue2:#56a8ff;--bt-ink:#172033;--bt-muted:#7a8494;--bt-line:#e2e8f0;--bt-bg:#f6faff;}
html,body{background:linear-gradient(145deg,#ffffff 0%,#f8fbff 50%,#eef6ff 100%)!important;color:var(--bt-ink);}
#key{background:transparent!important;}
#key .pg{scrollbar-width:thin;scrollbar-color:#c8d6e8 transparent;}
#loading{background:#ffffff!important;color:var(--bt-blue)!important;text-shadow:0 8px 20px rgba(47,125,246,.16);}
.fx169 .pg{padding:18px 20% 18px 45%!important;box-sizing:border-box;}
@media(max-width:900px){#key .pg{background:transparent!important;}}

/* ==========================================================
   BRINTAGE FINAL - fondo global celeste claro
   2026-07-06
   ========================================================== */
:root{--btp-body-blend:#fbfdff!important;--bt-bg:#fbfdff!important;}
html,body{
    margin:0!important;
    min-height:100%!important;
    background:#fbfdff!important;
    background-color:#fbfdff!important;
    overflow:hidden!important;
}
#key,
#key .pg{
    background:#fbfdff!important;
    background-color:#fbfdff!important;
}
