/* FiverGames Account UI 1.3.0 — customer portal only */
:root{
  --fg-bg:#020b16;
  --fg-bg-2:#061426;
  --fg-panel:#07192b;
  --fg-panel-2:#0a2138;
  --fg-panel-3:#0c2945;
  --fg-line:rgba(39,132,207,.42);
  --fg-line-soft:rgba(84,151,202,.16);
  --fg-text:#f5f9ff;
  --fg-muted:#91aeca;
  --fg-muted-2:#6384a4;
  --fg-cyan:#18c6ff;
  --fg-blue:#1168ff;
  --fg-blue-2:#0b46c8;
  --fg-green:#13d99a;
  --fg-orange:#ffb02e;
  --fg-purple:#8b6bff;
  --fg-red:#ff5d72;
  --fg-shadow:0 24px 70px rgba(0,0,0,.34);
  --fg-glow:0 0 0 1px rgba(31,153,255,.10),0 18px 50px rgba(0,82,170,.16);
}

body[data-kind="account"],body[data-kind="account-auth"],body[data-kind="account-public"]{
  background:
    radial-gradient(circle at 76% -12%,rgba(20,112,255,.20),transparent 26%),
    radial-gradient(circle at 18% 48%,rgba(0,172,255,.07),transparent 26%),
    linear-gradient(145deg,#020a14 0%,#04101e 42%,#031223 100%);
  color:var(--fg-text);
  min-height:100vh;
}

body[data-kind="account"] .app-shell{grid-template-columns:264px minmax(0,1fr);background:transparent}
body[data-kind="account"] .sidebar{
  width:264px;
  padding:22px 18px 18px;
  background:
    radial-gradient(circle at 45px 50px,rgba(27,138,255,.13),transparent 180px),
    linear-gradient(180deg,rgba(4,19,36,.995),rgba(2,12,25,.995));
  border-right:1px solid rgba(46,133,202,.16);
  box-shadow:20px 0 70px rgba(0,0,0,.16);
}
body[data-kind="account"] .brand{padding:2px 8px 28px}
body[data-kind="account"] .brand-mark{
  width:48px;height:48px;border-radius:13px;
  background:linear-gradient(145deg,#25d0ff 0%,#0a73ff 74%);
  box-shadow:0 10px 34px rgba(0,126,255,.35),inset 0 1px 0 rgba(255,255,255,.34);
}
body[data-kind="account"] .brand-mark span{font-size:17px;text-shadow:0 1px 10px rgba(255,255,255,.2)}
body[data-kind="account"] .brand-copy strong{font-size:16px;letter-spacing:-.02em}
body[data-kind="account"] .brand-copy span{color:#8aaacc;letter-spacing:.12em;font-size:9px}
body[data-kind="account"] .nav-section{margin-top:18px}
body[data-kind="account"] .nav-label{
  display:flex;align-items:center;gap:10px;padding:0 10px 8px;
  color:#5e82a6;font-size:9px;letter-spacing:.16em;
}
body[data-kind="account"] .nav-label:after{content:"";height:1px;flex:1;background:linear-gradient(90deg,rgba(81,143,193,.26),transparent)}
body[data-kind="account"] .nav{gap:5px}
body[data-kind="account"] .nav a{
  position:relative;padding:11px 13px;border-radius:10px;color:#bfd0e5;font-weight:650;
  border:1px solid transparent;background:transparent;transition:.18s ease;
}
body[data-kind="account"] .nav a .icon{width:21px;height:21px;color:#8fb4db}
body[data-kind="account"] .nav a:hover{transform:translateX(2px);background:rgba(12,50,83,.58);border-color:rgba(29,119,190,.22)}
body[data-kind="account"] .nav a.active{
  background:linear-gradient(90deg,rgba(4,126,238,.76),rgba(20,76,175,.45));
  border-color:#0e8df5;color:white;
  box-shadow:inset 3px 0 0 #11c9ff,0 10px 26px rgba(0,75,188,.16);
}
body[data-kind="account"] .nav a.active .icon{color:#64dcff}
body[data-kind="account"] .sidebar-foot{padding:20px 6px 0;display:grid;gap:13px}
body[data-kind="account"] .sidebar-user{background:rgba(8,32,55,.84);border-color:rgba(34,113,174,.28)}

.sidebar-promo{
  position:relative;overflow:hidden;min-height:140px;padding:17px 17px 16px;border-radius:15px;
  border:1px solid rgba(24,131,255,.52);
  background:linear-gradient(145deg,rgba(6,55,125,.94),rgba(7,29,69,.98));
  box-shadow:0 18px 48px rgba(0,49,124,.16);
}
.sidebar-promo:before,.sidebar-promo:after{content:"";position:absolute;border:1px solid rgba(67,154,255,.33);border-radius:50%;width:160px;height:160px;right:-95px;bottom:-108px}
.sidebar-promo:after{width:205px;height:205px;right:-120px;bottom:-140px;opacity:.5}
.sidebar-promo-icon{width:34px;height:34px;display:grid;place-items:center;color:#23d4ff;margin-bottom:8px}
.sidebar-promo-icon .icon{width:26px;height:26px}
.sidebar-promo strong,.sidebar-promo span{position:relative;z-index:1;display:block}
.sidebar-promo strong{font-size:15px;margin-bottom:4px}
.sidebar-promo span{max-width:165px;color:#bfd6ef;font-size:12px;line-height:1.4}

body[data-kind="account"] .workspace{min-width:0;background:transparent}
body[data-kind="account"] .topbar{
  height:78px;padding:0 28px 0 32px;
  background:rgba(3,16,31,.84);border-bottom:1px solid rgba(47,121,181,.16);
  backdrop-filter:blur(24px) saturate(125%);
}
body[data-kind="account"] .global-search{max-width:600px}
body[data-kind="account"] .global-search input{
  height:43px;padding-left:45px;padding-right:76px;border-radius:11px;
  border:1px solid rgba(61,128,181,.42);background:rgba(8,33,56,.78);color:#eaf5ff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.02);
}
body[data-kind="account"] .global-search input::placeholder{color:#7f9dbb}
body[data-kind="account"] .global-search input:focus{border-color:#0c9efa;box-shadow:0 0 0 3px rgba(12,158,250,.10),0 12px 34px rgba(0,87,190,.10)}
body[data-kind="account"] .global-search kbd{
  position:absolute;right:10px;top:50%;transform:translateY(-50%);padding:3px 7px;border-radius:6px;
  color:#7f9fbe;background:rgba(18,54,87,.78);border:1px solid rgba(66,126,180,.26);font:10px/1.4 inherit;
}
body[data-kind="account"] .top-actions{gap:10px}
body[data-kind="account"] .icon-btn{background:rgba(7,31,53,.78);border-color:rgba(45,117,173,.38);color:#c1d9ef}
body[data-kind="account"] .top-notify{border-radius:50%;width:41px;height:41px}

.language-menu,.profile-menu{position:relative}
.language-menu>summary,.profile-menu>summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:8px;user-select:none}
.language-menu>summary::-webkit-details-marker,.profile-menu>summary::-webkit-details-marker{display:none}
.language-menu>summary{
  height:41px;padding:0 10px;border:1px solid rgba(45,117,173,.38);border-radius:11px;
  background:rgba(7,31,53,.78);color:#cfe2f4;
}
.language-menu>summary .icon{width:17px;height:17px;color:#8db8dd}
.language-menu>summary .icon:last-child{width:13px;height:13px;color:#6087a9}
.language-current{display:flex;align-items:center;gap:5px;font-size:11px}
.language-current>span{font-size:15px;line-height:1}
.language-current strong{font-size:10px;letter-spacing:.08em}
.language-popover,.profile-popover{
  position:absolute;z-index:90;right:0;top:calc(100% + 10px);width:260px;padding:10px;
  border:1px solid rgba(38,121,190,.48);border-radius:14px;
  background:linear-gradient(180deg,rgba(7,28,49,.99),rgba(4,18,33,.99));
  box-shadow:0 24px 65px rgba(0,0,0,.46),0 0 0 1px rgba(32,137,224,.07);
}
.language-popover-head{display:flex;justify-content:space-between;align-items:center;padding:5px 7px 10px;border-bottom:1px solid rgba(71,134,185,.18);margin-bottom:5px}
.language-popover-head strong{font-size:12px}.language-popover-head span{font-size:9px;color:#6584a3;text-transform:uppercase;letter-spacing:.12em}
.language-option{margin:0}.language-option button{
  width:100%;min-height:48px;padding:8px 9px;background:transparent!important;border:0!important;box-shadow:none!important;
  justify-content:flex-start;text-align:left;border-radius:9px;color:#c8d8ea;
}
.language-option button:hover,.language-option.selected button{background:rgba(13,80,132,.48)!important}
.language-flag{font-size:20px}.language-copy{display:grid;gap:1px;flex:1}.language-copy strong{font-size:12px}.language-copy small{font-size:9px;color:#7190ae}.language-check{color:#2ae5ad;font-weight:900}
.profile-menu>summary{padding:4px 6px 4px 4px;border-radius:12px}.profile-menu>summary:hover{background:rgba(10,41,69,.58)}
.profile-menu>summary>.icon{width:13px;color:#6687a5}
.profile-menu .avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(145deg,#17bfff,#0d57ff);border:0;box-shadow:0 9px 28px rgba(0,101,255,.27)}
.profile-popover{width:230px}
.profile-popover a,.profile-popover form button{
  width:100%;min-height:42px;display:flex;align-items:center;justify-content:flex-start;gap:10px;padding:8px 10px;
  border-radius:9px;background:transparent!important;border:0!important;box-shadow:none!important;color:#c9dced;font-weight:650;
}
.profile-popover a:hover,.profile-popover form button:hover{background:rgba(13,80,132,.45)!important}.profile-popover .icon{width:17px;color:#79b5e8}

body[data-kind="account"] .page{max-width:1720px;padding:0 30px 42px;margin:0 auto}
body[data-kind="account"] .page-heading{
  position:relative;isolation:isolate;overflow:hidden;margin:0 -4px 0;padding:34px 34px 28px;min-height:150px;
  border-left:1px solid rgba(17,104,173,.18);border-right:1px solid rgba(17,104,173,.18);
  background:
    radial-gradient(circle at 58% 24%,rgba(72,147,255,.30) 0 1px,transparent 1.7px),
    radial-gradient(circle at 65% 48%,rgba(126,184,255,.34) 0 1px,transparent 1.7px),
    radial-gradient(circle at 74% 30%,rgba(82,151,255,.40) 0 1px,transparent 1.5px),
    radial-gradient(circle at 47% 64%,rgba(61,143,255,.30) 0 1px,transparent 1.5px),
    linear-gradient(112deg,rgba(3,16,31,.96),rgba(5,31,65,.92) 58%,rgba(8,50,112,.86));
}
body[data-kind="account"] .page-heading:before{
  content:"";position:absolute;z-index:-2;width:520px;height:520px;border-radius:50%;right:-100px;top:-305px;
  background:
    radial-gradient(circle at 35% 42%,rgba(82,171,255,.32),transparent 3%),
    radial-gradient(circle at 43% 35%,rgba(30,130,255,.28),transparent 5%),
    radial-gradient(circle at 45% 45%,#0a58c4 0%,#084ea9 22%,#073f86 46%,#052d61 62%,#031b39 73%,#041329 75%);
  border:1px solid rgba(78,170,255,.46);box-shadow:0 0 48px rgba(20,116,255,.37),0 0 110px rgba(16,85,212,.25);
}
body[data-kind="account"] .page-heading:after{
  content:"";position:absolute;z-index:-1;width:620px;height:620px;border-radius:50%;right:-142px;top:-355px;
  border:1px solid rgba(44,143,255,.25);box-shadow:0 0 0 18px rgba(29,95,185,.035),0 0 0 42px rgba(35,106,197,.025);
}
body[data-kind="account"] .page-heading-row{min-height:86px;align-items:center}
body[data-kind="account"] .page-heading h1{font-size:40px;font-weight:860;letter-spacing:-.045em;text-shadow:0 5px 28px rgba(0,0,0,.28)}
body[data-kind="account"] .page-heading p{margin-top:5px;color:#b1c8e1;font-size:16px}
body[data-kind="account"] .page-heading .eyebrow{color:#70cfff;letter-spacing:.23em}
.page-brand-signature{margin-left:auto;min-width:245px;padding-right:24px;display:flex;align-items:flex-end;gap:32px;position:relative;z-index:3}
.page-brand-signature span{font-family:"Segoe Script","Bradley Hand",cursive;font-size:17px;line-height:1.22;color:#91c9ff;font-style:italic;transform:rotate(-5deg);opacity:.9;text-align:center}
.page-brand-signature strong{display:block;color:white;font-size:14px}.page-brand-signature strong:after{content:"POWERING CREATORS";display:block;margin-top:3px;font-size:8px;letter-spacing:.23em;color:#9fb9d8;font-weight:800}

body[data-kind="account"] .page>.alert:first-of-type{margin-top:18px}
body[data-kind="account"] .page-heading + .hero-card,
body[data-kind="account"] .page-heading + .grid,
body[data-kind="account"] .page-heading + .card,
body[data-kind="account"] .page-heading + .plan-grid,
body[data-kind="account"] .page-heading + .price-tabs,
body[data-kind="account"] .page-heading + .payment-layout,
body[data-kind="account"] .page-heading + form,
body[data-kind="account"] .page-heading + .alert{margin-top:0}
body[data-kind="account"] .page-heading~.hero-card:first-of-type{margin-top:0}

body[data-kind="account"] .card,body[data-kind="account"] .panel{
  border-color:rgba(30,116,185,.48);border-radius:15px;
  background:linear-gradient(160deg,rgba(8,34,58,.94),rgba(4,22,39,.98));
  box-shadow:var(--fg-shadow),inset 0 1px 0 rgba(255,255,255,.015);
}
body[data-kind="account"] .card:hover{border-color:rgba(38,141,222,.55)}
body[data-kind="account"] .grid{gap:15px}
body[data-kind="account"] .hero-card{
  min-height:216px;padding:30px 31px;margin-top:0!important;border-radius:15px;
  background:
    linear-gradient(105deg,rgba(9,56,95,.96),rgba(5,31,56,.94) 57%,rgba(7,39,77,.88)),
    linear-gradient(180deg,#0b2540,#07182a);
  border-color:rgba(26,145,240,.58);box-shadow:0 22px 65px rgba(0,55,126,.22);
}
body[data-kind="account"] .hero-card:before{
  content:"FG";position:absolute;right:112px;top:42px;width:104px;height:104px;display:grid;place-items:center;
  border-radius:20px;color:#bceaff;font-size:30px;font-weight:950;letter-spacing:-.05em;
  background:linear-gradient(145deg,rgba(10,125,255,.36),rgba(4,53,137,.46));
  border:1px solid rgba(39,159,255,.72);box-shadow:0 0 30px rgba(7,137,255,.32),inset 0 0 28px rgba(30,164,255,.18);
  transform:perspective(400px) rotateY(-12deg) rotateX(5deg);z-index:0;
}
body[data-kind="account"] .hero-card:after{right:-78px;top:-120px;width:420px;height:420px;border-color:rgba(32,149,255,.15);box-shadow:0 0 0 65px rgba(35,128,255,.02),0 0 0 128px rgba(35,128,255,.012)}
body[data-kind="account"] .hero-card h2{font-size:29px;margin:2px 0 6px;letter-spacing:-.04em}
body[data-kind="account"] .hero-card .muted{max-width:760px;color:#a8c5dd;font-size:14px}
body[data-kind="account"] .hero-actions{margin-top:20px}

body[data-kind="account"] .btn,body[data-kind="account"] button:not(.icon-btn):not(.language-option button):not(.profile-popover button){
  border-radius:9px;min-height:40px;background:linear-gradient(100deg,#0dbdf2,#0c6cff 74%);font-weight:760;
  box-shadow:0 10px 28px rgba(0,101,255,.18);transition:.17s ease;
}
body[data-kind="account"] .btn:hover,body[data-kind="account"] button:not(.icon-btn):hover{transform:translateY(-1px);filter:brightness(1.08)}
body[data-kind="account"] .btn.secondary,body[data-kind="account"] button.secondary{
  background:rgba(8,39,67,.78)!important;border:1px solid rgba(29,119,192,.65)!important;color:#e7f4ff;box-shadow:none!important;
}
body[data-kind="account"] .btn.ghost,body[data-kind="account"] button.ghost{background:transparent!important;border:1px solid rgba(38,112,171,.47)!important;box-shadow:none!important}
body[data-kind="account"] .btn.good,body[data-kind="account"] button.good{background:rgba(6,87,64,.72)!important;border:1px solid rgba(23,185,130,.48)!important;box-shadow:none!important}
body[data-kind="account"] .btn.warning,body[data-kind="account"] button.warning{background:rgba(100,69,16,.60)!important;border:1px solid rgba(220,155,35,.52)!important;box-shadow:none!important}
body[data-kind="account"] .btn.danger,body[data-kind="account"] button.danger{background:rgba(105,27,45,.65)!important;border:1px solid rgba(236,71,105,.50)!important;box-shadow:none!important}

body[data-kind="account"] .metric{min-height:132px;padding:20px 20px 18px;border-radius:15px;overflow:hidden}
body[data-kind="account"] .metric:before{right:-42px;top:-58px;width:170px;height:170px;background:radial-gradient(circle,rgba(22,126,255,.15),transparent 68%)}
body[data-kind="account"] .metric .metric-icon{width:48px;height:48px;border-radius:12px}
body[data-kind="account"] .metric .metric-icon .icon{width:24px;height:24px}
body[data-kind="account"] .metric:nth-of-type(1) .metric-icon{color:#13e5a4;background:rgba(8,108,78,.46);border-color:rgba(19,229,164,.24)}
body[data-kind="account"] .metric:nth-of-type(2) .metric-icon{color:#ffb42d;background:rgba(113,70,7,.45);border-color:rgba(255,180,45,.24)}
body[data-kind="account"] .metric:nth-of-type(3) .metric-icon{color:#a98cff;background:rgba(75,46,143,.50);border-color:rgba(169,140,255,.26)}
body[data-kind="account"] .metric:nth-of-type(4) .metric-icon{color:#19d7ff;background:rgba(5,81,130,.54);border-color:rgba(25,215,255,.25)}
body[data-kind="account"] .metric .label{color:#b2c8df;font-size:12px}
body[data-kind="account"] .metric .value{font-size:29px;margin-top:3px}
body[data-kind="account"] .metric .hint{color:#7192b0}
body[data-kind="account"] .value-date{font-size:26px!important}
body[data-kind="account"] .value-money{font-size:25px!important}

body[data-kind="account"] .table-card{border-radius:15px}
body[data-kind="account"] .table-card .card-head{padding:17px 18px 11px;margin:0;border-bottom:1px solid rgba(52,117,166,.15)}
body[data-kind="account"] .table-toolbar{padding:16px 18px;background:rgba(5,28,49,.50);border-bottom-color:rgba(50,120,173,.20)}
body[data-kind="account"] .table-wrap{scrollbar-color:#164f7a #061421}
body[data-kind="account"] table{min-width:760px}
body[data-kind="account"] th{padding:12px 14px;background:rgba(8,40,67,.74);color:#7fa6ca;border-bottom:1px solid rgba(42,113,168,.25)}
body[data-kind="account"] td{padding:13px 14px;border-bottom-color:rgba(48,107,151,.22)}
body[data-kind="account"] tbody tr:hover{background:rgba(14,64,101,.34)}
body[data-kind="account"] .cell-title{color:white}
body[data-kind="account"] .cell-sub{color:#6e91b3}
body[data-kind="account"] .badge{padding:5px 10px;font-size:9px}
body[data-kind="account"] .badge.active,body[data-kind="account"] .badge.paid,body[data-kind="account"] .badge.online,body[data-kind="account"] .badge.processed{background:rgba(3,93,66,.62);color:#24e6a6;border-color:rgba(29,222,157,.25)}
body[data-kind="account"] .badge.open,body[data-kind="account"] .badge.pending,body[data-kind="account"] .badge.past_due{background:rgba(111,72,9,.55);color:#ffbd43;border-color:rgba(255,183,55,.25)}
body[data-kind="account"] .badge.failed,body[data-kind="account"] .badge.expired,body[data-kind="account"] .badge.revoked,body[data-kind="account"] .badge.canceled{background:rgba(111,22,42,.55);color:#ff6b7c;border-color:rgba(255,91,112,.25)}

body[data-kind="account"] input,body[data-kind="account"] select,body[data-kind="account"] textarea,
body[data-kind="account-auth"] input,body[data-kind="account-auth"] select,body[data-kind="account-auth"] textarea{
  border-color:rgba(50,122,180,.50);background:rgba(7,34,57,.86);color:#e9f5ff;border-radius:8px;
}
body[data-kind="account"] input:focus,body[data-kind="account"] select:focus,body[data-kind="account"] textarea:focus,
body[data-kind="account-auth"] input:focus,body[data-kind="account-auth"] select:focus,body[data-kind="account-auth"] textarea:focus{
  border-color:#079ff1;box-shadow:0 0 0 3px rgba(4,154,238,.09);outline:none
}
body[data-kind="account"] .form-section{border-color:rgba(28,117,188,.45);background:linear-gradient(160deg,rgba(8,37,63,.94),rgba(5,24,42,.96));border-radius:15px}
body[data-kind="account"] .field label{color:#d1e1f2}
body[data-kind="account"] .field small{color:#698ba9}
body[data-kind="account"] .sticky-side .form-section:first-child{border-color:rgba(20,126,218,.65);box-shadow:0 20px 55px rgba(0,70,150,.13)}

body[data-kind="account"] .price-tabs{
  position:relative;z-index:4;margin:0 0 15px;padding:5px;display:flex;max-width:570px;border:1px solid rgba(40,120,184,.46);border-radius:12px;background:rgba(6,31,53,.83)
}
body[data-kind="account"] .price-tabs button{flex:1;box-shadow:none!important;background:transparent!important;border:1px solid transparent!important}
body[data-kind="account"] .price-tabs button.active{background:linear-gradient(100deg,rgba(7,107,233,.94),rgba(10,72,183,.95))!important;border-color:#14b8ff!important;box-shadow:0 0 25px rgba(0,119,255,.18)!important}
body[data-kind="account"] .pricing{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
body[data-kind="account"] .price-card{
  min-height:520px;padding:23px 21px;border-radius:15px;border-color:rgba(34,112,174,.48);
  background:linear-gradient(160deg,rgba(8,36,61,.95),rgba(4,22,39,.98));
}
body[data-kind="account"] .price-card:hover{transform:translateY(-3px);border-color:rgba(31,155,245,.66)}
body[data-kind="account"] .price-card.featured{transform:translateY(-4px);border-color:#0ab6ff;box-shadow:0 24px 65px rgba(0,99,212,.20),inset 0 0 35px rgba(0,116,255,.05)}
body[data-kind="account"] .price-card.featured:hover{transform:translateY(-6px)}
body[data-kind="account"] .price-card .tag{background:linear-gradient(90deg,#0ab6ff,#1768ff);color:white;box-shadow:0 7px 20px rgba(0,111,255,.25)}
body[data-kind="account"] .price-card h3{font-size:20px;margin-top:10px}
body[data-kind="account"] .price-card .price{font-size:31px}
body[data-kind="account"] .feature-list{gap:9px;color:#b3c9df}
body[data-kind="account"] .feature-list li:before{color:#22e3a6}
body[data-kind="account"] .plan-card{border-color:rgba(30,126,201,.5);background:linear-gradient(160deg,rgba(8,38,65,.95),rgba(5,24,42,.98))}

body[data-kind="account"] .payment-layout{gap:16px}
body[data-kind="account"] .pix-card{text-align:center;background:linear-gradient(160deg,rgba(7,39,66,.96),rgba(4,23,41,.98))}
body[data-kind="account"] .pix-qr{border-radius:17px;box-shadow:0 18px 50px rgba(0,0,0,.38),0 0 0 1px rgba(45,160,255,.25)}
body[data-kind="account"] .payment-side{border-color:rgba(26,128,207,.56);background:linear-gradient(160deg,rgba(8,40,68,.97),rgba(4,24,43,.98))}
body[data-kind="account"] .payment-pulse{background:#17e3a1}

.account-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:20px 2px 0;padding:10px 2px;color:#607f9d;font-size:10px}
.account-footer nav{display:flex;align-items:center;gap:9px}.account-footer a:hover{color:#a8d9ff}

/* Authentication */
body[data-kind="account-auth"] .auth-shell{background:transparent}
body[data-kind="account-auth"] .auth-panel{background:linear-gradient(180deg,rgba(3,15,29,.98),rgba(2,10,21,.99))}
body[data-kind="account-auth"] .auth-card{border-color:rgba(31,119,189,.48);background:linear-gradient(160deg,rgba(8,34,58,.95),rgba(4,19,34,.97));box-shadow:0 30px 85px rgba(0,0,0,.42)}
body[data-kind="account-auth"] .auth-art{background:
  radial-gradient(circle at 65% 34%,rgba(20,124,255,.27),transparent 30%),
  linear-gradient(150deg,#06162c,#08285b 62%,#041225)}
body[data-kind="account-auth"] .hero-orb{background:linear-gradient(145deg,rgba(15,144,255,.45),rgba(7,63,174,.50));border-color:#159dff;box-shadow:0 0 70px rgba(0,115,255,.34)}
.auth-language{position:fixed;z-index:120;right:20px;top:18px}.auth-language .language-menu>summary{background:rgba(5,29,52,.88)}

/* Public pricing */
body[data-kind="account-public"] .public-shell{max-width:1500px}
body[data-kind="account-public"] .public-top{border-bottom:1px solid rgba(50,121,178,.18)}
body[data-kind="account-public"] .public-top nav{display:flex;align-items:center;gap:13px}
body[data-kind="account-public"] .public-hero{
  position:relative;overflow:hidden;border:1px solid rgba(30,127,206,.36);border-radius:22px;margin-top:24px;padding:70px 28px 55px;
  background:
    radial-gradient(circle at 78% 15%,rgba(68,153,255,.34) 0 1px,transparent 2px),
    linear-gradient(125deg,rgba(4,25,47,.96),rgba(4,45,92,.90));
}
body[data-kind="account-public"] .public-hero:after{content:"";position:absolute;width:480px;height:480px;border-radius:50%;right:-80px;top:-300px;background:radial-gradient(circle,#0a5acb,#063a82 55%,#031a38 72%);border:1px solid rgba(51,153,255,.4);box-shadow:0 0 65px rgba(0,115,255,.28)}
body[data-kind="account-public"] .public-hero>*{position:relative;z-index:2}
body[data-kind="account-public"] .public-hero h1{font-size:52px}
body[data-kind="account-public"] .pricing{margin-top:20px;grid-template-columns:repeat(3,minmax(0,1fr))}
body[data-kind="account-public"] .price-card{border-color:rgba(31,112,179,.45);background:linear-gradient(160deg,rgba(8,36,61,.96),rgba(4,21,38,.98))}

/* responsive tables become cards */
@media(max-width:1280px){
  body[data-kind="account"] .app-shell{grid-template-columns:238px minmax(0,1fr)}
  body[data-kind="account"] .sidebar{width:238px}
  body[data-kind="account"] .hero-card:before{right:75px;opacity:.75}
  body[data-kind="account"] .page-brand-signature{min-width:190px}.page-brand-signature span{display:none}
  body[data-kind="account"] .pricing,body[data-kind="account-public"] .pricing{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:900px){
  body[data-kind="account"] .app-shell{display:block}
  body[data-kind="account"] .sidebar{width:276px;left:-290px;position:fixed}
  body[data-kind="account"].sidebar-open .sidebar{left:0}
  body[data-kind="account"] .topbar{padding:0 16px;height:68px}
  body[data-kind="account"] .page{padding:0 16px 34px}
  body[data-kind="account"] .page-heading{margin:0 -16px;padding:27px 21px 23px;min-height:132px}
  body[data-kind="account"] .page-heading:before{width:390px;height:390px;right:-120px;top:-250px}
  body[data-kind="account"] .page-heading h1{font-size:32px}
  body[data-kind="account"] .page-heading p{font-size:14px;max-width:70%}
  .page-brand-signature{display:none}
  body[data-kind="account"] .hero-card:before{display:none}
  body[data-kind="account"] .hero-card{min-height:auto}
  body[data-kind="account"] .top-user-copy{display:none}
  body[data-kind="account"] .pricing,body[data-kind="account-public"] .pricing{grid-template-columns:1fr}
  body[data-kind="account"] .price-card.featured{transform:none}
  body[data-kind="account"] .price-card.featured:hover{transform:translateY(-2px)}
  .account-footer{flex-direction:column;align-items:flex-start}
}
@media(max-width:720px){
  body[data-kind="account"] .global-search{display:none}
  body[data-kind="account"] .top-actions{width:100%;justify-content:flex-end}
  body[data-kind="account"] .page-heading h1{font-size:29px}
  body[data-kind="account"] .page-heading p{max-width:92%}
  body[data-kind="account"] .language-menu>summary{padding:0 8px}.language-menu.top .language-current strong{display:none}
  body[data-kind="account"] .profile-menu .top-user-copy{display:none}
  body[data-kind="account"] .grid{grid-template-columns:1fr}
  body[data-kind="account"] .span3,body[data-kind="account"] .span4,body[data-kind="account"] .span5,body[data-kind="account"] .span6,body[data-kind="account"] .span7,body[data-kind="account"] .span8,body[data-kind="account"] .span9,body[data-kind="account"] .span12{grid-column:1/-1}
  body[data-kind="account"] .metric{min-height:122px}
  body[data-kind="account"] .hero-card{padding:22px}
  body[data-kind="account"] .hero-card h2{font-size:24px}
  body[data-kind="account"] .table-wrap{overflow:visible}
  body[data-kind="account"] table.responsive-table{display:block;min-width:0}
  body[data-kind="account"] table.responsive-table thead{display:none}
  body[data-kind="account"] table.responsive-table tbody{display:grid;gap:11px}
  body[data-kind="account"] table.responsive-table tr{display:block;border:1px solid rgba(34,112,174,.40);border-radius:12px;background:rgba(6,30,51,.70);overflow:hidden}
  body[data-kind="account"] table.responsive-table td{display:grid;grid-template-columns:minmax(92px,.38fr) 1fr;gap:10px;padding:9px 12px;border-bottom:1px solid rgba(49,105,150,.17);text-align:right;align-items:center}
  body[data-kind="account"] table.responsive-table td:last-child{border-bottom:0}
  body[data-kind="account"] table.responsive-table td:before{content:attr(data-label);text-align:left;color:#6e91b3;text-transform:uppercase;font-size:8px;letter-spacing:.10em;font-weight:850}
  body[data-kind="account"] table.responsive-table td .cell-sub{text-align:right}
  body[data-kind="account"] table.responsive-table td .btn,body[data-kind="account"] table.responsive-table td form{justify-self:end}
  body[data-kind="account"] .payment-layout{grid-template-columns:1fr}
  body[data-kind="account"] .payment-side{position:static}
  body[data-kind="account"] .form-grid{grid-template-columns:1fr}
  body[data-kind="account"] .field,body[data-kind="account"] .field.span3,body[data-kind="account"] .field.span4,body[data-kind="account"] .field.span6,body[data-kind="account"] .field.span8,body[data-kind="account"] .field.span12{grid-column:1/-1}
  body[data-kind="account-public"] .public-hero h1{font-size:36px}
}
@media(max-width:480px){
  body[data-kind="account"] .page{padding:0 11px 28px}
  body[data-kind="account"] .page-heading{margin:0 -11px;padding:24px 16px 20px}
  body[data-kind="account"] .page-heading h1{font-size:27px}
  body[data-kind="account"] .hero-actions{display:grid;grid-template-columns:1fr}
  body[data-kind="account"] .hero-actions .btn,body[data-kind="account"] .hero-actions form,body[data-kind="account"] .hero-actions button{width:100%}
  body[data-kind="account"] .metric .value{font-size:27px}
  body[data-kind="account"] .language-popover{right:-44px;width:min(265px,calc(100vw - 24px))}
  body[data-kind="account"] .profile-popover{right:-5px;width:min(230px,calc(100vw - 24px))}
  .auth-language{right:10px;top:10px}
}

/* ========================================================================== */
/* FiverGames Account Auth Experience 1.3.3                                  */
/* ========================================================================== */
body[data-kind="account-auth"]{
  min-height:100svh;
  background:
    radial-gradient(circle at 12% 18%,rgba(0,170,255,.08),transparent 30%),
    radial-gradient(circle at 92% 8%,rgba(27,92,255,.12),transparent 28%),
    #020b16;
  overflow-x:hidden;
}
body[data-kind="account-auth"] .auth-shell{
  min-height:100svh;
  display:grid;
  grid-template-columns:minmax(560px,1.04fr) minmax(520px,.96fr);
  background:transparent;
}
body[data-kind="account-auth"][data-auth-variant="register"] .auth-shell{
  grid-template-columns:minmax(700px,1.15fr) minmax(480px,.85fr);
}
body[data-kind="account-auth"] .auth-panel{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:56px clamp(30px,5vw,84px);
  background:
    linear-gradient(180deg,rgba(2,13,26,.99),rgba(2,9,19,.995));
  overflow:auto;
}
body[data-kind="account-auth"] .auth-panel:before{
  content:"";
  position:absolute;
  width:420px;height:420px;border-radius:50%;
  left:-240px;top:-180px;
  background:radial-gradient(circle,rgba(0,155,255,.16),transparent 68%);
  pointer-events:none;
}
body[data-kind="account-auth"] .auth-panel-inner{width:100%;max-width:680px;position:relative;z-index:2}
body[data-kind="account-auth"][data-auth-variant="login"] .auth-panel-inner{max-width:560px}
body[data-kind="account-auth"][data-auth-variant="register"] .auth-panel-inner{max-width:780px}
body[data-kind="account-auth"] .auth-card{
  width:100%;
  padding:clamp(28px,3vw,42px);
  border:1px solid rgba(42,136,211,.34);
  border-radius:28px;
  background:
    linear-gradient(155deg,rgba(8,36,61,.96),rgba(3,17,31,.985));
  box-shadow:0 36px 100px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.025);
  position:relative;
  overflow:hidden;
}
body[data-kind="account-auth"] .auth-card:before{
  content:"";position:absolute;inset:0 0 auto 0;height:1px;
  background:linear-gradient(90deg,transparent,rgba(57,190,255,.72),transparent);
  opacity:.65;
}
body[data-kind="account-auth"] .auth-brand{padding:0 0 28px;gap:12px}
body[data-kind="account-auth"] .auth-brand .brand-mark{
  width:44px;height:44px;border-radius:13px;
  background:linear-gradient(145deg,#17c8ff,#1766ff 72%);
  box-shadow:0 12px 32px rgba(0,126,255,.28);
}
body[data-kind="account-auth"] .auth-brand .brand-copy strong{font-size:16px}
body[data-kind="account-auth"] .auth-brand .brand-copy span{font-size:9px;letter-spacing:.16em;color:#7ba8c8}
body[data-kind="account-auth"] .auth-kicker{
  display:inline-flex;align-items:center;gap:7px;
  width:auto;margin:0 0 13px;padding:7px 10px;border-radius:999px;
  border:1px solid rgba(15,188,255,.22);
  background:rgba(3,90,137,.14);
  color:#65d9ff;font-size:9px;letter-spacing:.16em;font-weight:900;
}
body[data-kind="account-auth"] .auth-kicker .icon{width:14px;height:14px}
body[data-kind="account-auth"] .auth-card h1{
  margin:0 0 10px;
  font-size:clamp(34px,3vw,46px);
  line-height:1.02;letter-spacing:-.055em;
  color:#f4f9ff;
}
body[data-kind="account-auth"] .auth-subtitle{
  max-width:580px;margin:0;color:#8cabc2;font-size:14px;line-height:1.65;
}
body[data-kind="account-auth"] .auth-form{margin-top:28px}
body[data-kind="account-auth"] .auth-form-login{display:grid;gap:3px}
body[data-kind="account-auth"] .auth-register-grid{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px 14px;
}
body[data-kind="account-auth"] .auth-register-grid .auth-span-2{grid-column:1/-1}
body[data-kind="account-auth"] .auth-field{margin:0;min-width:0}
body[data-kind="account-auth"] .auth-field>label,
body[data-kind="account-auth"] .auth-label-row label{
  display:block;margin:0 0 7px;color:#c3d7e8;font-size:10px;font-weight:850;letter-spacing:.02em;
}
body[data-kind="account-auth"] .auth-label-row{display:flex;align-items:center;justify-content:space-between;gap:12px}
body[data-kind="account-auth"] .auth-field-meta{font-size:9px;color:#5f8baa}
body[data-kind="account-auth"] .auth-input-shell{
  position:relative;display:flex;align-items:center;min-height:49px;
  border:1px solid rgba(50,118,166,.55);border-radius:13px;
  background:rgba(3,22,39,.88);
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
body[data-kind="account-auth"] .auth-input-shell:focus-within{
  border-color:#159eff;background:rgba(4,31,55,.98);
  box-shadow:0 0 0 3px rgba(21,158,255,.10),0 10px 28px rgba(0,82,154,.10);
}
body[data-kind="account-auth"] .auth-input-shell>.icon{
  flex:0 0 auto;width:17px;height:17px;margin-left:15px;color:#5d8eaf;
}
body[data-kind="account-auth"] .auth-input-shell:focus-within>.icon{color:#46c7ff}
body[data-kind="account-auth"] .auth-input-shell input{
  width:100%;min-width:0;height:47px;padding:0 14px;
  border:0!important;outline:0!important;background:transparent!important;
  box-shadow:none!important;color:#eaf6ff!important;font-size:13px;
}
body[data-kind="account-auth"] .auth-input-shell input::placeholder{color:#496d88;opacity:1}
body[data-kind="account-auth"] .auth-input-shell:has(.auth-password-toggle) input{padding-right:4px}
body[data-kind="account-auth"] .auth-password-toggle{
  flex:0 0 auto;width:43px!important;height:43px!important;margin-right:3px!important;padding:0!important;
  display:grid!important;place-items:center!important;border:0!important;border-radius:10px!important;
  background:transparent!important;color:#658aa7!important;box-shadow:none!important;
}
body[data-kind="account-auth"] .auth-password-toggle:hover{background:rgba(24,106,166,.18)!important;color:#b8e4ff!important}
body[data-kind="account-auth"] .auth-password-toggle .icon{width:17px;height:17px}
body[data-kind="account-auth"] .auth-field small{
  display:block;margin:6px 2px 0;color:#5f809a;font-size:9px;line-height:1.5;
}
body[data-kind="account-auth"] .password-strength{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;margin:8px 2px 0}
body[data-kind="account-auth"] .password-strength span{height:3px;border-radius:999px;background:#18344a;transition:.18s}
body[data-kind="account-auth"] .password-strength[data-score="1"] span:nth-child(-n+1){background:#f15b6c}
body[data-kind="account-auth"] .password-strength[data-score="2"] span:nth-child(-n+2){background:#f5a623}
body[data-kind="account-auth"] .password-strength[data-score="3"] span:nth-child(-n+3){background:#45c8ff}
body[data-kind="account-auth"] .password-strength[data-score="4"] span:nth-child(-n+4){background:#24d89b}
body[data-kind="account-auth"] .auth-actions{display:grid;gap:10px;margin-top:20px}
body[data-kind="account-auth"] .auth-primary{
  min-height:51px!important;border-radius:13px!important;
  display:flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;
  font-size:12px!important;font-weight:900!important;
  background:linear-gradient(90deg,#13baf6,#1767ff)!important;
  box-shadow:0 14px 30px rgba(0,111,255,.24)!important;
}
body[data-kind="account-auth"] .auth-primary:hover{transform:translateY(-1px);box-shadow:0 18px 36px rgba(0,111,255,.31)!important}
body[data-kind="account-auth"] .auth-primary .icon{width:16px;height:16px}
body[data-kind="account-auth"] [data-auth-submit][aria-busy="true"]{opacity:.72;cursor:wait;transform:none!important}
body[data-kind="account-auth"] .auth-secondary{
  min-height:48px;display:flex;align-items:center;justify-content:center;border-radius:13px!important;
  border-color:rgba(57,121,168,.52)!important;background:rgba(5,30,50,.68)!important;color:#d5e8f7!important;
}
body[data-kind="account-auth"] .auth-secondary:hover{border-color:#258fd8!important;background:rgba(7,48,78,.84)!important}
body[data-kind="account-auth"] .auth-divider{display:flex;align-items:center;gap:12px;color:#476b86;font-size:9px;text-transform:uppercase;letter-spacing:.14em}
body[data-kind="account-auth"] .auth-divider:before,body[data-kind="account-auth"] .auth-divider:after{content:"";height:1px;flex:1;background:rgba(64,112,147,.22)}
body[data-kind="account-auth"] .auth-plan-selected{margin:20px 0 0;border-radius:13px}
body[data-kind="account-auth"] .auth-support-note{
  display:flex;gap:11px;align-items:flex-start;margin-top:18px;padding:13px 14px;border-radius:13px;
  border:1px solid rgba(44,107,153,.25);background:rgba(3,24,42,.55);color:#7395ad;
}
body[data-kind="account-auth"] .auth-support-note>.icon{width:18px;height:18px;color:#46c7ff;margin-top:1px}
body[data-kind="account-auth"] .auth-support-note strong,body[data-kind="account-auth"] .auth-support-note span{display:block}
body[data-kind="account-auth"] .auth-support-note strong{font-size:10px;color:#b8d5e8;margin-bottom:2px}
body[data-kind="account-auth"] .auth-support-note span{font-size:9px}
body[data-kind="account-auth"] .auth-trust-row{
  display:flex;flex-wrap:wrap;gap:10px 16px;margin-top:20px;padding-top:16px;border-top:1px solid rgba(58,112,150,.18);
  color:#678aa5;font-size:9px;
}
body[data-kind="account-auth"] .auth-trust-row span{display:inline-flex;align-items:center;gap:5px}
body[data-kind="account-auth"] .auth-trust-row .icon{width:13px;height:13px;color:#27dca2}
body[data-kind="account-auth"] .auth-foot{margin-top:11px;padding:0;border:0;color:#46677f;font-size:8px}
body[data-kind="account-auth"] .auth-language{right:24px;top:22px}
body[data-kind="account-auth"] .auth-language .language-menu>summary{
  height:38px;border-color:rgba(57,133,192,.35);background:rgba(3,22,42,.72);backdrop-filter:blur(12px);
}

body[data-kind="account-auth"] .auth-art{
  position:relative;isolation:isolate;overflow:hidden;
  min-height:100svh;padding:clamp(50px,6vw,90px);
  display:flex;align-items:center;justify-content:center;
  background:
    radial-gradient(circle at 64% 34%,rgba(18,107,255,.30),transparent 30%),
    linear-gradient(150deg,#07182f 0%,#082b64 64%,#05152d 100%);
}
body[data-kind="account-auth"] .auth-art-grid{
  position:absolute;inset:0;z-index:-4;opacity:.17;
  background-image:linear-gradient(rgba(73,145,209,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(73,145,209,.16) 1px,transparent 1px);
  background-size:54px 54px;
  mask-image:linear-gradient(to bottom,transparent 0%,#000 20%,#000 78%,transparent 100%);
}
body[data-kind="account-auth"] .auth-glow{position:absolute;border-radius:50%;filter:blur(4px);z-index:-3;pointer-events:none}
body[data-kind="account-auth"] .auth-glow-a{width:560px;height:560px;right:-180px;top:-160px;background:radial-gradient(circle,rgba(15,108,255,.28),transparent 68%)}
body[data-kind="account-auth"] .auth-glow-b{width:430px;height:430px;left:-220px;bottom:-160px;background:radial-gradient(circle,rgba(0,208,255,.14),transparent 70%)}
body[data-kind="account-auth"] .auth-art-inner{width:min(650px,100%);position:relative;text-align:left}
body[data-kind="account-auth"] .auth-orbit-stage{position:relative;width:280px;height:280px;margin:0 auto 42px;display:grid;place-items:center}
body[data-kind="account-auth"] .hero-orb{
  width:148px;height:148px;margin:0;border-radius:38px;transform:rotate(45deg);
  display:grid;place-items:center;
  border:1px solid rgba(77,187,255,.58);
  background:linear-gradient(145deg,rgba(18,171,255,.78),rgba(24,82,220,.78));
  box-shadow:0 30px 80px rgba(0,86,218,.30),0 0 90px rgba(17,146,255,.26),inset 0 1px 0 rgba(255,255,255,.20);
  position:relative;z-index:5;
}
body[data-kind="account-auth"] .hero-orb:before,body[data-kind="account-auth"] .hero-orb:after{
  content:"";position:absolute;inset:14px;border:1px solid rgba(170,224,255,.20);border-radius:28px;
}
body[data-kind="account-auth"] .hero-orb:after{inset:30px;border-radius:20px}
body[data-kind="account-auth"] .hero-orb span{transform:rotate(-45deg);font-size:38px;font-weight:950;color:white;letter-spacing:-.05em}
body[data-kind="account-auth"] .signal-orbit{top:50%;border-color:rgba(78,172,255,.19)}
body[data-kind="account-auth"] .orbit-1{width:230px;height:230px}
body[data-kind="account-auth"] .orbit-2{width:330px;height:330px}
body[data-kind="account-auth"] .orbit-3{width:430px;height:430px}
body[data-kind="account-auth"] .orbit-dot{position:absolute;width:8px;height:8px;border-radius:50%;background:#34cfff;box-shadow:0 0 18px #0caeff;z-index:7}
body[data-kind="account-auth"] .dot-a{left:31px;top:132px}.dot-b{right:3px;top:111px;background:#2ae2a2;box-shadow:0 0 18px #2ae2a2}.dot-c{left:120px;bottom:-8px;width:6px;height:6px}
body[data-kind="account-auth"] .auth-art-copy{margin:0;max-width:620px;position:relative;z-index:4}
body[data-kind="account-auth"] .auth-art-copy .eyebrow{color:#47ceff;margin-bottom:9px}
body[data-kind="account-auth"] .auth-art-copy h2{
  margin:0 0 10px;font-size:clamp(30px,3vw,43px);line-height:1.06;letter-spacing:-.05em;color:#fff;
}
body[data-kind="account-auth"] .auth-art-copy>p{margin:0;max-width:540px;color:#8fb0cb;font-size:14px;line-height:1.65}
body[data-kind="account-auth"] .auth-feature-list{display:grid;gap:10px;margin-top:26px}
body[data-kind="account-auth"] .auth-feature{
  display:flex;align-items:center;gap:13px;padding:12px 13px;border-radius:14px;
  border:1px solid rgba(74,146,207,.19);background:rgba(4,28,54,.42);backdrop-filter:blur(8px);
}
body[data-kind="account-auth"] .auth-feature-icon{width:38px;height:38px;flex:0 0 auto;display:grid;place-items:center;border-radius:11px;background:rgba(0,132,255,.12);color:#54d1ff}
body[data-kind="account-auth"] .auth-feature-icon .icon{width:18px;height:18px}
body[data-kind="account-auth"] .auth-feature strong,body[data-kind="account-auth"] .auth-feature span{display:block}
body[data-kind="account-auth"] .auth-feature strong{font-size:11px;color:#e6f4ff;margin-bottom:2px}
body[data-kind="account-auth"] .auth-feature span{font-size:9px;line-height:1.45;color:#7195b2}
body[data-kind="account-auth"] .auth-art-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:34px;padding-top:18px;border-top:1px solid rgba(79,143,196,.17);color:#557d9f;font-size:9px}
body[data-kind="account-auth"] .auth-art-bottom span{font-weight:900;color:#b8d8ef}.auth-art-bottom strong{letter-spacing:.18em;font-size:8px;color:#4f87b1}

@media(max-width:1180px){
  body[data-kind="account-auth"] .auth-shell,
  body[data-kind="account-auth"][data-auth-variant="register"] .auth-shell{grid-template-columns:minmax(560px,1.12fr) minmax(390px,.88fr)}
  body[data-kind="account-auth"] .auth-panel{padding:42px 30px}
  body[data-kind="account-auth"] .auth-art{padding:54px 38px}
  body[data-kind="account-auth"] .auth-orbit-stage{transform:scale(.82);margin-bottom:20px}
  body[data-kind="account-auth"] .auth-art-copy h2{font-size:31px}
}
@media(max-width:900px){
  body[data-kind="account-auth"] .auth-shell,body[data-kind="account-auth"][data-auth-variant="register"] .auth-shell{display:block}
  body[data-kind="account-auth"] .auth-art{display:none}
  body[data-kind="account-auth"] .auth-panel{min-height:100svh;padding:78px 20px 34px}
  body[data-kind="account-auth"] .auth-panel-inner,body[data-kind="account-auth"][data-auth-variant="register"] .auth-panel-inner{max-width:720px}
}
@media(max-width:640px){
  body[data-kind="account-auth"] .auth-panel{padding:68px 12px 20px;align-items:flex-start}
  body[data-kind="account-auth"] .auth-card{padding:24px 18px;border-radius:20px}
  body[data-kind="account-auth"] .auth-card h1{font-size:31px}
  body[data-kind="account-auth"] .auth-brand{padding-bottom:23px}
  body[data-kind="account-auth"] .auth-register-grid{grid-template-columns:1fr;gap:13px}
  body[data-kind="account-auth"] .auth-register-grid .auth-span-2{grid-column:auto}
  body[data-kind="account-auth"] .auth-language{right:10px;top:10px}
  body[data-kind="account-auth"] .auth-trust-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}
}
