@import url("/luxubu-3d-buttons.css?v=20260708-3d-all-5");

:root{
  --lounge-gold:#f5c341;
  --lounge-gold-bright:#fff0a6;
  --lounge-gold-deep:#9b6408;
  --lounge-ink:#050403;
  --lounge-ink-soft:#0e0b07;
  --lounge-cream:#fff8dc;
  --lounge-muted:#b9aa7c;
  --lounge-mint:#8fe8d2;
  --lounge-line:rgba(245,195,65,.26);
}

.portal-sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

.portal-page{
  min-width:320px;
  overflow-x:hidden;
  background:#030302!important;
  color:var(--lounge-cream);
  font-family:"Segoe UI",Arial,Helvetica,sans-serif;
}

.portal-page .main{
  min-height:100dvh!important;
  padding:0!important;
  background:
    radial-gradient(circle at 50% -8%,rgba(245,195,65,.14),transparent 34%),
    linear-gradient(150deg,#030302 0%,#090705 50%,#02110e 100%)!important;
}

.portal-page .karaoke-empty-header{
  position:sticky!important;
  top:0;
  z-index:900;
  height:78px!important;
  grid-template-columns:48px 220px minmax(0,1fr)!important;
  padding:0 28px!important;
  border-bottom:1px solid rgba(245,195,65,.2);
  background:rgba(3,3,2,.88)!important;
  box-shadow:0 12px 32px rgba(0,0,0,.26)!important;
  -webkit-backdrop-filter:blur(18px);
  backdrop-filter:blur(18px);
}

.portal-page .hamburger-button{
  display:flex!important;
  width:42px!important;
  height:42px!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:4px!important;
  padding:0!important;
  border:1px solid transparent!important;
  border-radius:13px!important;
  background:transparent!important;
  cursor:pointer!important;
  transition:border-color .18s ease,background .18s ease,transform .18s ease;
}

.portal-page .hamburger-button span{
  display:block!important;
  width:20px!important;
  height:2px!important;
  margin:0!important;
  border-radius:999px!important;
  background:var(--lounge-cream)!important;
  box-shadow:0 0 8px rgba(245,195,65,.38)!important;
}

.portal-page .hamburger-button span:nth-child(4){
  display:none!important;
}

.portal-page .hamburger-button:hover{
  border-color:rgba(245,195,65,.34)!important;
  background:rgba(245,195,65,.08)!important;
}

.portal-page .karaoke-brand{
  display:flex!important;
  width:210px!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:9px!important;
  color:#fff!important;
  text-decoration:none!important;
}

.portal-page .karaoke-brand img{
  width:43px!important;
  height:38px!important;
  object-fit:contain!important;
  filter:drop-shadow(0 0 12px rgba(245,195,65,.52))!important;
}

.portal-page .karaoke-brand .brand-stack{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  margin:0!important;
  line-height:1!important;
}

.portal-page .karaoke-brand .brand-stack b{
  display:block!important;
  color:#ffd75d!important;
  font-size:17px!important;
  font-weight:850!important;
  letter-spacing:.01em;
}

.portal-page .karaoke-brand .brand-stack em{
  display:block!important;
  margin-top:2px;
  color:#fff!important;
  font-size:12px!important;
  font-style:normal!important;
  font-weight:750!important;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.portal-account-bar{
  position:absolute;
  right:22px;
  top:50%;
  display:flex;
  align-items:center;
  gap:10px;
  transform:translateY(-50%);
}

.portal-account-bar a,
.portal-account-bar button{
  min-height:42px;
  border:0;
  color:#f7eed1;
  font-family:inherit;
  font-size:12px;
  font-weight:800;
  text-decoration:none;
  cursor:pointer;
}

.sign-in-pill{
  min-width:98px!important;
  height:42px!important;
  padding:0 18px!important;
  border:1px solid rgba(255,240,166,.62)!important;
  border-radius:13px!important;
  background:linear-gradient(180deg,#ffe681,#bd7d0b)!important;
  color:#130d02!important;
  box-shadow:0 5px 16px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.55)!important;
}

.avatar-badge,
.profile-avatar{
  display:grid;
  place-items:center;
  border:1px solid rgba(255,240,166,.66);
  border-radius:50%;
  background:linear-gradient(180deg,#fff9e3,#dfb83a);
  color:#1b1102;
  font-family:Georgia,serif;
  font-weight:900;
  box-shadow:0 0 18px rgba(245,195,65,.22);
}

.avatar-badge{
  width:42px;
  min-width:42px;
  height:42px;
  padding:0;
  font-size:18px;
}

.avatar-badge img{
  display:block;
  width:100%;
  height:100%;
  border-radius:50%;
  object-fit:cover;
}

.profile-avatar{
  width:68px;
  height:68px;
  margin:0 auto 12px;
  font-size:28px;
}

.portal-page .home-picture-stage{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}

.portal-page .portal-board{
  position:relative!important;
  width:100%!important;
  min-height:calc(100dvh - 78px)!important;
  margin:0!important;
  padding:clamp(28px,4.5vh,54px) clamp(16px,3vw,42px)!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:0!important;
  background:
    radial-gradient(circle at 50% 8%,rgba(245,195,65,.11),transparent 30%),
    linear-gradient(90deg,rgba(245,195,65,.032) 0 1px,transparent 1px 100%),
    linear-gradient(180deg,rgba(245,195,65,.026) 0 1px,transparent 1px 100%),
    linear-gradient(155deg,#030302 0%,#090704 55%,#01100d 100%)!important;
  background-size:auto,82px 82px,82px 82px,auto!important;
  box-shadow:inset 0 1px 0 rgba(255,240,166,.08)!important;
}

.portal-page .portal-board:before,
.portal-page .portal-board:after{
  content:"";
  position:absolute;
  pointer-events:none;
}

.portal-page .portal-board:before{
  left:50%;
  top:-24%;
  width:min(900px,92vw);
  aspect-ratio:1;
  border-radius:50%;
  background:radial-gradient(circle,rgba(245,195,65,.11),rgba(245,195,65,.025) 40%,transparent 68%);
  filter:blur(3px);
  transform:translateX(-50%);
}

.portal-page .portal-board:after{
  inset:0;
  background:radial-gradient(ellipse at center,transparent 38%,rgba(0,0,0,.56) 100%);
}

.portal-google-home{
  position:relative;
  z-index:1;
  width:min(1160px,100%)!important;
  display:grid!important;
  justify-items:center!important;
  gap:clamp(22px,3vh,34px)!important;
  padding:clamp(28px,4vw,52px)!important;
  border:1px solid rgba(245,195,65,.24);
  border-radius:30px;
  color:var(--lounge-cream);
  background:
    radial-gradient(circle at 50% 0,rgba(245,195,65,.105),transparent 39%),
    linear-gradient(150deg,rgba(18,13,7,.92),rgba(5,5,4,.94) 56%,rgba(2,13,11,.94));
  box-shadow:
    0 30px 80px rgba(0,0,0,.48),
    0 0 70px rgba(245,195,65,.055),
    inset 0 1px 0 rgba(255,240,166,.13);
  isolation:isolate;
}

.portal-google-home:before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:-1px;
  padding:1px;
  border-radius:inherit;
  background:linear-gradient(115deg,rgba(255,240,166,.7),rgba(245,195,65,.08) 33%,rgba(143,232,210,.18) 70%,rgba(245,195,65,.46));
  -webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  pointer-events:none;
}

.portal-hero{
  display:grid;
  justify-items:center;
  gap:10px;
  text-align:center;
}

.portal-kicker{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin:0;
  color:#d7c58d;
  font-size:11px;
  font-weight:850;
  letter-spacing:.28em;
  text-transform:uppercase;
}

.portal-kicker span{
  width:44px;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--lounge-gold));
}

.portal-kicker span:last-child{
  background:linear-gradient(90deg,var(--lounge-gold),transparent);
}

.portal-logo-wrap{
  position:relative;
  display:flex!important;
  width:auto!important;
  min-height:0!important;
  align-items:center;
  justify-content:center;
  gap:14px;
  padding:4px 24px 8px!important;
}

.portal-mark{
  display:block;
  width:clamp(64px,6vw,82px);
  height:clamp(64px,6vw,82px);
  object-fit:contain;
  filter:drop-shadow(0 0 18px rgba(245,195,65,.42)) drop-shadow(0 12px 20px rgba(0,0,0,.58));
}

.portal-logo{
  position:relative;
  margin:0!important;
  color:transparent!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:clamp(64px,7.2vw,98px)!important;
  font-weight:900!important;
  line-height:.9!important;
  letter-spacing:-.045em!important;
  background:linear-gradient(180deg,
    #6c3500 0%,
    #fff4a8 3%,
    #f7d45c 12%,
    #a85e03 25%,
    #ffe986 32%,
    #d49616 49%,
    #8a4701 66%,
    #edbd35 79%,
    #683100 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  -webkit-text-stroke:.8px #c98c19;
  filter:none;
  text-shadow:none;
}

.portal-logo:after{
  content:"";
  position:absolute;
  left:3%;
  right:1%;
  bottom:-11px;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--lounge-gold-bright),var(--lounge-gold),transparent);
  box-shadow:0 0 14px rgba(245,195,65,.3);
}

.portal-tagline{
  max-width:640px;
  margin:4px 0 0;
  color:#d6cba9;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(15px,1.5vw,18px);
  letter-spacing:.02em;
}

.portal-command-center{
  width:100%;
  display:grid;
  justify-items:center;
  gap:22px;
}

.portal-search{
  position:relative;
  display:grid!important;
  grid-template-columns:52px minmax(0,1fr) 46px auto!important;
  align-items:center;
  width:min(860px,100%)!important;
  min-width:0!important;
  height:64px!important;
  padding:6px 7px 6px 6px!important;
  overflow:visible!important;
  border:1px solid rgba(245,195,65,.5)!important;
  border-radius:18px!important;
  background:linear-gradient(180deg,rgba(20,15,7,.98),rgba(5,4,2,.98))!important;
  box-shadow:
    0 6px 0 rgba(69,43,4,.78),
    0 18px 40px rgba(0,0,0,.4),
    inset 0 1px 0 rgba(255,240,166,.13)!important;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}

.portal-search:focus-within{
  border-color:rgba(255,240,166,.92)!important;
  box-shadow:
    0 6px 0 rgba(69,43,4,.78),
    0 22px 44px rgba(0,0,0,.46),
    0 0 26px rgba(245,195,65,.14),
    inset 0 1px 0 rgba(255,240,166,.2)!important;
  transform:translateY(-1px);
}

.portal-search input{
  width:100%!important;
  min-width:0;
  height:100%!important;
  padding:0 14px!important;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  color:#fff9e2!important;
  box-shadow:none!important;
  font-family:inherit;
  font-size:17px!important;
  font-weight:650;
}

.portal-search input::placeholder{
  color:#a99867!important;
  opacity:1;
}

.portal-search button{
  border:0;
  font-family:inherit;
  cursor:pointer;
}

.search-plus{
  position:relative!important;
  display:grid!important;
  width:44px!important;
  min-width:44px!important;
  height:44px!important;
  place-items:center!important;
  padding:0!important;
  border:1px solid rgba(245,195,65,.24)!important;
  border-radius:12px!important;
  background:linear-gradient(180deg,#251b08,#0a0703)!important;
  color:var(--lounge-gold-bright)!important;
  box-shadow:inset 0 1px 0 rgba(255,240,166,.1)!important;
}

.search-plus span{
  position:relative;
  display:block;
  width:16px;
  height:16px;
  border:2px solid currentColor;
  border-radius:50%;
}

.search-plus span:after{
  content:"";
  position:absolute;
  right:-6px;
  bottom:-4px;
  width:8px;
  height:2px;
  border-radius:2px;
  background:currentColor;
  transform:rotate(45deg);
}

.search-icon-btn{
  display:grid;
  place-items:center;
}

.portal-voice-btn{
  width:42px!important;
  min-width:42px!important;
  height:42px!important;
  padding:0!important;
  border:1px solid rgba(143,232,210,.3)!important;
  border-radius:12px!important;
  background:linear-gradient(180deg,rgba(143,232,210,.17),rgba(143,232,210,.06))!important;
  color:#d8fff5!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important;
}

.mic-icon{
  position:relative;
  display:block;
  width:18px;
  height:22px;
  border-bottom:2px solid currentColor;
}

.mic-icon:before{
  content:"";
  position:absolute;
  left:6px;
  top:1px;
  width:6px;
  height:11px;
  border:2px solid currentColor;
  border-radius:999px;
}

.mic-icon:after{
  content:"";
  position:absolute;
  left:2px;
  top:8px;
  width:14px;
  height:10px;
  border:2px solid currentColor;
  border-top:0;
  border-radius:0 0 10px 10px;
}

.portal-voice-btn.listening{
  border-color:#ffe78a!important;
  background:linear-gradient(180deg,#ffe991,#c78b13)!important;
  color:#211400!important;
  box-shadow:0 0 22px rgba(245,195,65,.34)!important;
}

.portal-voice-btn.voice-unavailable{
  opacity:.48;
}

.ai-mode-btn{
  display:grid!important;
  min-width:116px!important;
  height:44px!important;
  place-items:center!important;
  margin:0!important;
  padding:0 22px!important;
  border:1px solid rgba(255,240,166,.66)!important;
  border-radius:12px!important;
  background:linear-gradient(180deg,#ffe681,#c5870e)!important;
  color:#170f02!important;
  font-size:13px!important;
  font-weight:900!important;
  letter-spacing:.04em;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.5),0 5px 14px rgba(0,0,0,.24)!important;
}

.ai-mode-btn:hover{
  background:linear-gradient(180deg,#fff0a6,#d79b20)!important;
}

.portal-shortcuts{
  width:100%!important;
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:14px!important;
  margin:0!important;
}

.portal-shortcut{
  position:relative;
  min-width:0;
  min-height:150px;
  display:grid!important;
  grid-template-columns:54px minmax(0,1fr) 24px;
  grid-template-rows:1fr;
  align-items:center;
  gap:12px!important;
  padding:18px 16px!important;
  overflow:hidden;
  border:1px solid rgba(245,195,65,.22);
  border-radius:18px;
  background:
    radial-gradient(circle at 18% 22%,rgba(245,195,65,.09),transparent 36%),
    linear-gradient(155deg,rgba(24,18,8,.92),rgba(5,8,7,.95));
  color:#fff8dc!important;
  text-align:left!important;
  text-decoration:none!important;
  box-shadow:0 14px 28px rgba(0,0,0,.27),inset 0 1px 0 rgba(255,255,255,.05);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease;
}

.portal-shortcut:before{
  content:"";
  position:absolute;
  left:0;
  top:18%;
  bottom:18%;
  width:2px;
  border-radius:999px;
  background:linear-gradient(180deg,transparent,var(--lounge-gold),transparent);
  opacity:.7;
}

.portal-shortcut:hover,
.portal-shortcut:focus-visible{
  z-index:1;
  border-color:rgba(255,240,166,.68);
  background:
    radial-gradient(circle at 18% 22%,rgba(245,195,65,.16),transparent 38%),
    linear-gradient(155deg,rgba(34,24,8,.97),rgba(5,13,11,.98));
  box-shadow:0 18px 34px rgba(0,0,0,.38),0 0 22px rgba(245,195,65,.1),inset 0 1px 0 rgba(255,255,255,.08);
  transform:translateY(-3px);
}

.shortcut-icon{
  display:grid!important;
  width:52px!important;
  height:52px!important;
  place-items:center!important;
  border:1px solid rgba(255,240,166,.66)!important;
  border-radius:15px!important;
  background:linear-gradient(180deg,#ffe681,#d09a1f 64%,#8f5705)!important;
  color:#150e02!important;
  font-size:21px!important;
  font-weight:950!important;
  box-shadow:0 5px 0 #5d3503,0 0 16px rgba(245,195,65,.14),inset 0 1px 0 rgba(255,255,255,.5)!important;
}

.portal-youtube .shortcut-icon>span{
  width:0;
  height:0;
  margin-left:4px;
  border-top:9px solid transparent;
  border-bottom:9px solid transparent;
  border-left:15px solid #150e02;
}

.shortcut-copy{
  min-width:0;
  display:grid;
  gap:6px;
  overflow:visible!important;
  white-space:normal!important;
}

.shortcut-copy strong{
  color:#fff8dc;
  font-size:14px;
  font-weight:850;
  line-height:1.2;
}

.shortcut-copy small{
  display:block;
  color:#a99d7a;
  font-size:11px;
  font-weight:600;
  line-height:1.35;
}

.shortcut-arrow{
  display:grid;
  width:24px;
  height:24px;
  place-items:center;
  border:1px solid rgba(245,195,65,.18);
  border-radius:50%;
  color:#d9ba58;
  font-size:14px;
  font-style:normal;
  transition:color .18s ease,background .18s ease,transform .18s ease;
}

.portal-shortcut:hover .shortcut-arrow,
.portal-shortcut:focus-visible .shortcut-arrow{
  color:#120c02;
  background:var(--lounge-gold);
  transform:translateX(2px);
}

.portal-self-link{
  display:none!important;
}

.portal-footnote{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin:0;
  color:#756d55;
  font-size:10px;
  font-weight:750;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.portal-footnote span{
  width:24px;
  height:1px;
  background:rgba(245,195,65,.25);
}

.portal-page .side{
  overflow-y:auto;
  border-right-color:rgba(245,195,65,.24);
  background:
    radial-gradient(circle at 50% 0,rgba(245,195,65,.1),transparent 26%),
    linear-gradient(180deg,#0b0804,#020201 70%);
}

.portal-page .side-nav button{
  min-height:44px;
  border-radius:11px;
  transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease;
}

.portal-page .side-nav button:hover{
  transform:translateX(2px);
}

.portal-page .side-nav button.active{
  border-color:#f6d66d;
  background:linear-gradient(180deg,rgba(255,225,118,.19),rgba(164,101,5,.16));
  color:#fff0a6;
}

.auth-overlay{
  position:fixed;
  inset:0;
  z-index:3000;
  display:grid;
  place-items:center;
  padding:24px;
  overflow-y:auto;
  background:rgba(0,0,0,.72);
  -webkit-backdrop-filter:blur(16px);
  backdrop-filter:blur(16px);
}

.auth-overlay[hidden]{
  display:none!important;
}

.auth-window{
  position:relative;
  width:min(480px,100%);
  margin:auto;
}

.auth-close{
  position:absolute;
  right:-12px;
  top:-12px;
  z-index:2;
  width:44px;
  height:44px;
  padding:0;
  border:1px solid rgba(255,240,166,.68);
  border-radius:50%;
  background:linear-gradient(180deg,#ffe681,#b97408);
  color:#160e01;
  font-size:24px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.46);
}

.auth-panel,
.signed-in{
  width:100%;
  border:1px solid rgba(245,195,65,.4);
  border-radius:24px;
  background:
    radial-gradient(circle at 50% 0,rgba(245,195,65,.12),transparent 32%),
    linear-gradient(155deg,rgba(19,14,7,.98),rgba(3,11,9,.99));
  box-shadow:0 30px 80px rgba(0,0,0,.58),inset 0 1px 0 rgba(255,240,166,.12);
}

.auth-panel{
  padding:30px;
}

.auth-panel.is-login #emailWrap,
.auth-panel.is-login #confirmWrap{
  display:none!important;
}

.auth-panel.is-signup #emailWrap,
.auth-panel.is-signup #confirmWrap{
  display:grid!important;
}

.auth-panel.is-signup #userWrap{
  display:none!important;
}

.auth-title{
  margin:0 44px 24px;
  color:#ffe170;
  font-family:Georgia,"Times New Roman",serif;
  font-size:30px;
  font-weight:750;
  text-align:center;
}

.auth-avatar-editor{
  margin:0 0 18px;
}

.auth-avatar-choose{
  display:flex;
  width:100%;
  min-height:88px;
  align-items:center;
  gap:15px;
  padding:12px 14px;
  border:1px solid rgba(245,195,65,.3);
  border-radius:16px;
  background:rgba(255,255,255,.035);
  color:#fff8dc;
  text-align:left;
  cursor:pointer;
  transition:border-color .16s ease,background .16s ease;
}

.auth-avatar-choose:hover{
  border-color:rgba(255,231,131,.7);
  background:rgba(245,195,65,.08);
}

.auth-avatar-preview{
  display:block;
  width:62px;
  min-width:62px;
  height:62px;
  overflow:hidden;
  border:2px solid #e8b72d;
  border-radius:50%;
  background:#fff;
}

.auth-avatar-preview img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.auth-avatar-copy{
  display:grid;
  gap:5px;
}

.auth-avatar-copy strong{
  color:#ffe170;
  font-size:15px;
  font-weight:900;
}

.auth-avatar-copy small{
  color:#aaa081;
  font-size:12px;
  font-weight:700;
}

.auth-panel form{
  display:grid;
  gap:15px;
}

.auth-panel form[hidden],
.profile-actions[hidden]{
  display:none!important;
}

.auth-panel label{
  display:grid;
  gap:7px;
}

.auth-panel label span{
  color:#d2b95f;
  font-size:11px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.auth-panel input{
  width:100%;
  height:50px;
  padding:0 14px;
  border:1px solid rgba(245,195,65,.26);
  border-radius:12px;
  outline:0;
  background:rgba(0,0,0,.36);
  color:#fff9e2;
  font-family:inherit;
  font-size:16px;
}

.auth-panel input:focus{
  border-color:#f6d66d;
  box-shadow:0 0 0 3px rgba(245,195,65,.12);
}

.primary-btn{
  height:50px;
  border:1px solid rgba(255,240,166,.62);
  border-radius:12px;
  background:linear-gradient(180deg,#ffe681,#bd7c0a);
  color:#160e01;
  font-family:inherit;
  font-size:15px;
  font-weight:900;
  cursor:pointer;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.48),0 9px 22px rgba(0,0,0,.24);
}

.primary-btn:disabled{
  opacity:.58;
  cursor:wait;
}

.profile-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}

.secondary-btn{
  height:50px;
  border:1px solid rgba(245,195,65,.28);
  border-radius:12px;
  background:rgba(255,255,255,.04);
  color:#fff8dc;
  font-family:inherit;
  font-size:14px;
  font-weight:850;
  cursor:pointer;
}

.secondary-btn:disabled{
  opacity:.58;
  cursor:wait;
}

.portal-message{
  min-height:20px;
  margin-top:10px;
  color:#ffd2a6;
  font-size:13px;
  font-weight:700;
  text-align:center;
}

.auth-alt-row{
  display:flex;
  min-height:44px;
  align-items:center;
  justify-content:center;
  gap:6px;
  color:#b5aa88;
  font-size:13px;
}

.auth-alt-link{
  min-height:44px;
  padding:8px;
  border:0;
  background:transparent;
  color:#f5ca4c;
  font:inherit;
  font-weight:850;
  text-decoration:underline;
  text-underline-offset:3px;
  cursor:pointer;
}

.signed-in{
  padding:26px;
  text-align:center;
}

.signed-in span{
  display:block;
  color:#b5aa88;
  font-size:11px;
  font-weight:850;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.signed-in strong{
  display:block;
  margin-top:9px;
  color:#fff8dc;
  font-size:24px;
}

.signed-in small{
  display:block;
  margin-top:5px;
  color:#f5ca4c;
  font-size:14px;
}

.portal-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:18px;
}

.portal-actions a,
.portal-actions button{
  display:grid;
  min-height:44px;
  place-items:center;
  border-radius:11px;
  font-size:13px;
  font-weight:850;
  text-decoration:none;
  cursor:pointer;
}

.portal-actions a{
  background:linear-gradient(180deg,#ffe681,#bd7c0a);
  color:#160e01;
}

.portal-actions button{
  border:1px solid rgba(245,195,65,.28);
  background:rgba(255,255,255,.04);
  color:#fff8dc;
}

.portal-page a:focus-visible,
.portal-page button:focus-visible,
.portal-page input:focus-visible{
  outline:3px solid #fff0a6!important;
  outline-offset:3px!important;
}

@media(max-width:1180px){
  .portal-google-home{
    width:min(980px,100%)!important;
  }

  .portal-shortcuts{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }

  .portal-shortcut:nth-child(4){
    grid-column:1 / 2;
  }
}

@media(max-width:900px){
  .portal-page .karaoke-empty-header{
    height:72px!important;
    grid-template-columns:48px 180px minmax(0,1fr)!important;
    padding:0 14px!important;
  }

  .portal-page .karaoke-brand{
    width:175px!important;
  }

  .portal-page .karaoke-brand img{
    width:38px!important;
    height:34px!important;
  }

  .portal-page .karaoke-brand .brand-stack b{
    font-size:16px!important;
  }

  .portal-account-bar{
    right:12px;
  }

  .portal-page .portal-board{
    min-height:calc(100dvh - 72px)!important;
    padding:24px 14px!important;
  }

  .portal-google-home{
    padding:30px 24px!important;
    border-radius:24px;
  }

  .portal-logo-wrap{
    gap:10px;
  }

  .portal-mark{
    width:58px;
    height:58px;
  }

  .portal-logo{
    font-size:58px!important;
  }
}

@media(max-width:700px){
  .portal-page .karaoke-empty-header{
    padding-right:max(58px,calc(50px + env(safe-area-inset-right)))!important;
  }

  .portal-account-bar{
    right:max(8px,env(safe-area-inset-right));
  }

  .portal-google-home{
    gap:24px!important;
    padding:26px 18px!important;
    border-radius:21px;
  }

  .portal-kicker{
    gap:8px;
    font-size:9px;
    letter-spacing:.18em;
  }

  .portal-kicker span{
    width:24px;
  }

  .portal-tagline{
    max-width:420px;
    font-size:14px;
  }

  .portal-search{
    grid-template-columns:46px minmax(0,1fr) 42px 44px!important;
    height:58px!important;
    padding:5px!important;
    border-radius:15px!important;
  }

  .search-plus,
  .portal-voice-btn{
    width:40px!important;
    min-width:40px!important;
    height:40px!important;
    border-radius:10px!important;
  }

  .portal-search input{
    padding:0 9px!important;
    font-size:15px!important;
  }

  .ai-mode-btn{
    position:relative;
    width:40px!important;
    min-width:40px!important;
    height:40px!important;
    padding:0!important;
    font-size:0!important;
    border-radius:10px!important;
  }

  .ai-mode-btn:before{
    content:"";
    width:14px;
    height:14px;
    border:2px solid #170f02;
    border-radius:50%;
  }

  .ai-mode-btn:after{
    content:"";
    position:absolute;
    right:9px;
    bottom:9px;
    width:8px;
    height:2px;
    border-radius:2px;
    background:#170f02;
    transform:rotate(45deg);
  }

  .portal-shortcuts{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:11px!important;
  }

  .portal-shortcut,
  .portal-shortcut:nth-child(4){
    min-height:132px;
    grid-column:auto;
    grid-template-columns:48px minmax(0,1fr);
    gap:11px!important;
    padding:15px 13px!important;
  }

  .shortcut-icon{
    width:46px!important;
    height:46px!important;
    border-radius:13px!important;
    font-size:19px!important;
  }

  .shortcut-arrow{
    display:none;
  }

  .shortcut-copy strong{
    font-size:13px;
  }

  .shortcut-copy small{
    font-size:10px;
  }
}

@media(max-width:480px){
  .portal-page .karaoke-empty-header{
    height:68px!important;
    grid-template-columns:46px 165px minmax(0,1fr)!important;
    padding-left:8px!important;
  }

  .portal-page .hamburger-button{
    width:42px!important;
    height:42px!important;
  }

  .portal-page .karaoke-brand{
    width:160px!important;
    gap:6px!important;
  }

  .portal-page .karaoke-brand img{
    width:34px!important;
    height:31px!important;
  }

  .portal-page .karaoke-brand .brand-stack b{
    font-size:15px!important;
  }

  .portal-page .karaoke-brand .brand-stack em{
    font-size:9px!important;
  }

  .portal-page .portal-board{
    min-height:calc(100dvh - 68px)!important;
    padding:14px 9px 22px!important;
    place-items:start center!important;
  }

  .portal-google-home{
    padding:24px 12px!important;
    border-radius:18px;
  }

  .portal-logo-wrap{
    padding:2px 8px 6px!important;
  }

  .portal-mark{
    width:50px;
    height:50px;
  }

  .portal-logo{
    font-size:48px!important;
  }

  .portal-tagline{
    padding:0 8px;
    line-height:1.45;
  }

  .portal-search{
    grid-template-columns:42px minmax(0,1fr) 40px 40px!important;
  }

  .portal-search input::placeholder{
    font-size:13px;
  }

  .portal-shortcut{
    min-height:122px;
    grid-template-columns:1fr;
    grid-template-rows:48px auto;
    justify-items:center;
    gap:9px!important;
    padding:13px 9px!important;
    text-align:center!important;
  }

  .shortcut-copy{
    justify-items:center;
    gap:4px;
    text-align:center;
  }

  .shortcut-copy small{
    display:none;
  }

  .portal-footnote{
    letter-spacing:.1em;
  }

  .auth-overlay{
    padding:16px;
  }

  .auth-panel{
    padding:25px 18px 20px;
    border-radius:19px;
  }

  .auth-close{
    right:-5px;
    top:-10px;
  }

  .auth-title{
    font-size:26px;
  }

  .auth-avatar-choose{
    min-height:80px;
  }

  .auth-avatar-preview{
    width:56px;
    min-width:56px;
    height:56px;
  }

  .profile-actions{
    grid-template-columns:1fr;
  }

  .portal-actions{
    grid-template-columns:1fr;
  }
}

@media(max-width:350px){
  .portal-shortcuts{
    grid-template-columns:1fr!important;
  }
}

@media(prefers-reduced-motion:reduce){
  .portal-page *,
  .portal-page *:before,
  .portal-page *:after{
    scroll-behavior:auto!important;
    transition-duration:.01ms!important;
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
  }
}

/* PORTAL MEMBER AVATAR FIXED POSITION START */
.portal-page .karaoke-empty-header{
  overflow:visible!important;
}

.portal-page .portal-account-bar.is-member{
  position:static!important;
  right:auto!important;
  top:auto!important;
  width:0!important;
  min-width:0!important;
  height:0!important;
  gap:0!important;
  overflow:visible!important;
  transform:none!important;
}

html body.portal-page #barLogin.avatar-badge{
  box-sizing:border-box!important;
  position:fixed!important;
  left:auto!important;
  right:max(18px,env(safe-area-inset-right))!important;
  top:8px!important;
  bottom:auto!important;
  z-index:3200!important;
  display:grid!important;
  place-items:center!important;
  width:66px!important;
  min-width:66px!important;
  height:66px!important;
  min-height:66px!important;
  margin:0!important;
  padding:2px!important;
  border:2px solid transparent!important;
  border-radius:50%!important;
  background:
    linear-gradient(145deg,#fff1ad 0%,#d89716 45%,#6f3e02 100%) padding-box,
    conic-gradient(from 215deg,#6a3800 0 12%,#d88d0a 21%,#fff4b9 29%,#fffdf0 32%,#efb72e 39%,#6a3700 60%,#bb7206 73%,#ffe697 82%,#8b4c00 100%) border-box!important;
  color:#09201b!important;
  overflow:visible!important;
  filter:none!important;
  text-shadow:none!important;
  transform:none!important;
  transition:none!important;
  appearance:none!important;
  -webkit-appearance:none!important;
  cursor:pointer!important;
  box-shadow:
    -4px -3px 14px rgba(255,224,127,.92),
    4px 3px 10px rgba(170,91,0,.52),
    0 0 0 2px #5b3203,
    0 0 0 4px #e5ad36,
    0 0 18px rgba(255,193,54,.68),
    inset 0 0 5px rgba(255,255,255,.7)!important;
}

html body.portal-page #barLogin.avatar-badge:is(:hover,:focus-visible,:active){
  left:auto!important;
  right:max(18px,env(safe-area-inset-right))!important;
  top:8px!important;
  bottom:auto!important;
  filter:none!important;
  transform:none!important;
  transition:none!important;
}

html body.portal-page #barLogin.avatar-badge img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  border-radius:50%!important;
  object-fit:cover!important;
}

html body.portal-page #barLogin.avatar-badge:after{
  content:none!important;
  display:none!important;
}

html body.portal-page #barLogin.avatar-badge[data-luxubu-account-name]:not([data-luxubu-account-name=""]):before{
  content:attr(data-luxubu-account-name)!important;
  box-sizing:border-box!important;
  position:absolute!important;
  left:auto!important;
  right:-6px!important;
  bottom:-20px!important;
  z-index:4!important;
  display:block!important;
  max-width:min(144px,calc(100vw - 16px))!important;
  min-width:74px!important;
  padding:3px 10px!important;
  overflow:hidden!important;
  border:1px solid #e5ad36!important;
  border-radius:999px!important;
  background:linear-gradient(180deg,rgba(25,17,4,.98),rgba(3,3,2,.98))!important;
  box-shadow:0 3px 9px rgba(0,0,0,.82),0 0 9px rgba(255,193,54,.42)!important;
  color:#ffe589!important;
  font:900 14px/1.1 Arial,sans-serif!important;
  letter-spacing:.02em!important;
  text-align:center!important;
  text-overflow:ellipsis!important;
  text-shadow:0 1px 3px #000!important;
  white-space:nowrap!important;
  transform:none!important;
  pointer-events:none!important;
}

.portal-page .auth-overlay{
  z-index:4000!important;
}

@media(max-width:1180px){
  html body.portal-page #barLogin.avatar-badge{
    width:60px!important;
    min-width:60px!important;
    height:60px!important;
    min-height:60px!important;
  }
}
/* PORTAL MEMBER AVATAR FIXED POSITION END */
