/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.2.0
build: 2676
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

html {
	-webkit-user-select: none;
	cursor: caret;
	background: #000;
}

body {
	font-family: "Microsoft YaHei","proxima-nova-1","proxima-nova-2", arial, sans-serif;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 62.5%;
}

h1 {
	display: block;
	position: absolute;
	top: 30px;
	left: 30px;
	width: 268px;
	height: 30px;
	background: url(images/logo.png);
	overflow: hidden;
	text-indent: 300px;
}

h2 {
	color: #fff;
	font-size: 1.3em;
	margin-bottom: 0.2em;
	font-weight: bold;
}

a {
	color: #c0fdf7;
	text-decoration: none;
}



	a:hover {
		color: #fff;
		text-decoration: underline;
	}

p {
	color: #999999;
	font-size: 1.3em;
	margin-bottom:0.5em;
}

strong {
	font-weight:bold;
}

/*#ui {
	display: none;
}*/

#fps {
	position: absolute;
	top: 0;
	left: 0;
	z-index:2;
}

#chatText
{
	display:inline-block;	
}
#chatText,#chat
{
	font-size:3em;
	font-weight: bold;
	max-width: 70%;
}
#chat {
	/*font-family: "Arial Rounded MT Bold";*/
	display: block;
	position: absolute;
	top: 60%;
	left: 50%;
	padding: 10px 20px;
	background: rgba(255,255,255,.1);
	border-radius: 20px;
	color: #fff;
	text-align: center;
	border-style:none;
	outline-style:none;
	height:30px;
	opacity:0;
	transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-webkit-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
}


#cant-connect {
	/*font-family: "Arial Rounded MT Bold";*/
	display: none;
	position: absolute;
	top: 200px;
	left: 10px;
	padding: 10px 20px;
	color: rgba(249,136,119,0.9);
	width: 400px;
	font-size: 2em;
	font-weight: bold;
}

#cant-connect a:link {
	color: #c0fdf7;
	text-decoration: underline;
}

#unsupported-browser {
  display: none;  
	position: absolute;
	z-index:2;	
	background-color: #fff;
	background-image: linear-gradient(top, #fff, #e2e2e2);
	background-image: -o-linear-gradient(top, #fff, #e2e2e2);
	background-image: -moz-linear-gradient(top, #fff, #e2e2e2);
	background-image: -ms-linear-gradient(top, #fff, #e2e2e2);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fff),color-stop(1, #e2e2e2));

	border-radius: 10px;
	box-shadow: 1px 1px 5px #000;
	
	top: 55%;
	left: 50%;
	width:420px;
	margin:-200px;
	padding:35px;
	font-size: 1.5em;
	border: 1px solid #fff;
}

#unsupported-browser p {
	color: #000;
	text-shadow: white 1px 1px 0;
	line-height: 1.4em;
}

a#force-init-button {
	font-size: .6em;
	color: #e47c6c;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}
a#force-init-button:hover {
  color: #999;  
}


#unsupported-browser ul li  {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	font-weight: bold;
	padding: 4px 10px 4px 10px;
	background-color: #606061;
	border-radius: 100px;
	box-shadow:inset -1px -1px -5px #000;
	text-shadow: none;
	font-size: .8em;
}

#unsupported-browser ul   {
	margin: 20px 0px 20px 0px;
}



#info {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	background: rgba(0,0,0,0.2);
}
	#info section {
		float: left;
		margin: 20px 40px 20px 20px;
		margin-right: 40px;
	}
		#info #wtf {
			float: left;
			margin-left: 30px;
			margin-right: 40px;
		}
		
		#info #share {
			float: none;
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			justify-content: space-between;
			gap: 10px 24px;
			box-sizing: border-box;
			margin: 0;
			padding: 12px 24px;
		}

		#info #share .site-title {
			margin: 0;
			color: #fff;
			font-size: 2.4em;
			font-weight: bold;
			letter-spacing: 0;
			text-shadow: 0 0 10px rgba(192,253,247,.65);
		}

		#info #share .auth-actions {
			display: flex;
			gap: 12px;
		}

		#info #share button {
			border: 1px solid rgba(192,253,247,.6);
			background: transparent;
			color: #c0fdf7;
			font-family: inherit;
			font-size: 1.4em;
			font-weight: bold;
			line-height: 1;
			padding: 8px 22px;
			border-radius: 999px;
			cursor: pointer;
			transition: background .2s linear, color .2s linear, box-shadow .2s linear;
		}

		#info #share button:hover {
			background: rgba(192,253,247,.14);
		}

		#info #share .btn-register {
			border-color: #c0fdf7;
			background: #c0fdf7;
			color: #123f42;
			box-shadow: 0 0 12px rgba(192,253,247,.35);
		}

		#info #share .btn-register:hover {
			background: #dffcfa;
			color: #0c2b2d;
		}

		#info #share .btn-pick {
			border-color: #c0fdf7;
			background: #c0fdf7;
			color: #123f42;
			box-shadow: 0 0 12px rgba(192,253,247,.35);
		}

		#info #share .btn-pick:hover {
			background: #dffcfa;
			color: #0c2b2d;
		}
		
		#info section ul {
		
		}
			#info section ul li {
				float: left;
				margin-right: 10px;
			}
				#info section ul li a {
					font-size: 1.3em;
				}
	
	#info #settings .edit {
		display: none;
	}
	

#instructions {
	position: absolute;
	top: 30px;
	right: 60px;
}

#fwa {
	display: none; /*remove on 27th November 2010*/
	position: absolute;
	top: 0px;
	right: 0px;
}

.auth-dialog-overlay {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.55);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
}

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

.auth-dialog {
	position: relative;
	width: 100%;
	max-width: 360px;
	max-height: 90vh;
	overflow: auto;
	padding: 28px;
	box-sizing: border-box;
	border: 1px solid rgba(192,253,247,.35);
	border-radius: 10px;
	background: rgba(8,24,27,.96);
	box-shadow: 0 0 30px rgba(192,253,247,.25);
}

.auth-close {
	position: absolute;
	top: 10px;
	right: 14px;
	border: 0;
	background: transparent;
	color: rgba(255,255,255,.8);
	font-size: 2.4em;
	line-height: 1;
	cursor: pointer;
}

.auth-close:hover {
	color: #c0fdf7;
}

.auth-title {
	margin: 0 0 20px;
	color: #fff;
	font-size: 2.2em;
	font-weight: bold;
	letter-spacing: 0;
	text-shadow: 0 0 10px rgba(192,253,247,.5);
}

.auth-field {
	display: block;
	margin-bottom: 14px;
}

.auth-field[hidden] {
	display: none;
}

.auth-field span {
	display: block;
	margin-bottom: 5px;
	color: rgba(255,255,255,.75);
	font-size: 1.3em;
}

.auth-field input {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 12px;
	border: 1px solid rgba(192,253,247,.35);
	border-radius: 6px;
	background: rgba(255,255,255,.06);
	color: #fff;
	font-size: 1.4em;
	outline: none;
}

.auth-field input:focus {
	border-color: #c0fdf7;
	box-shadow: 0 0 8px rgba(192,253,247,.35);
}

.auth-error {
	min-height: 1.4em;
	margin: 0 0 10px;
	color: rgba(249,136,119,.9);
	font-size: 1.3em;
}

.auth-submit {
	display: block;
	width: 100%;
	padding: 10px 22px;
	border: 1px solid #c0fdf7;
	border-radius: 999px;
	background: #c0fdf7;
	color: #123f42;
	font-family: inherit;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 0 12px rgba(192,253,247,.35);
	transition: background .2s linear, color .2s linear, box-shadow .2s linear;
}

.auth-submit:hover {
	background: #dffcfa;
	color: #0c2b2d;
}

.auth-switch {
	margin: 16px 0 0;
	color: rgba(255,255,255,.65);
	font-size: 1.3em;
	text-align: center;
}

.auth-link {
	border: 0;
	background: transparent;
	color: #c0fdf7;
	font-family: inherit;
	font-size: 1em;
	font-weight: bold;
	cursor: pointer;
}

.auth-link:hover {
	text-decoration: underline;
}

.auth-field .captcha-inline {
	position: relative;
	display: block;
	font-size: 1em;
}

.captcha-inline input {
	padding-right: 148px;
}

.captcha-inline .captcha-canvas {
	position: absolute;
	top: 50%;
	right: 46px;
	width: 100px;
	height: 32px;
	border: 1px solid rgba(192,253,247,.35);
	border-radius: 6px;
	background: rgba(255,255,255,.08);
	cursor: pointer;
	transform: translateY(-50%);
}

.captcha-inline .captcha-refresh {
	position: absolute;
	top: 50%;
	right: 6px;
	width: 32px;
	height: 32px;
	border: 1px solid rgba(192,253,247,.6);
	border-radius: 999px;
	background: transparent;
	color: #c0fdf7;
	font-size: 1.6em;
	line-height: 1;
	cursor: pointer;
	transform: translateY(-50%);
	transition: background .2s linear, color .2s linear;
}

.captcha-inline .captcha-refresh:hover {
	background: rgba(192,253,247,.14);
}

.gender-options {
	display: flex;
	gap: 10px;
}

.gender-option {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	padding: 8px 12px;
	border: 1px solid rgba(192,253,247,.35);
	border-radius: 999px;
	background: rgba(255,255,255,.06);
	color: rgba(255,255,255,.75);
	font-size: 1.4em;
	cursor: pointer;
	transition: background .2s linear, color .2s linear, border-color .2s linear, box-shadow .2s linear;
}

.gender-option input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.gender-option.selected {
	border-color: #c0fdf7;
	background: #c0fdf7;
	color: #123f42;
	box-shadow: 0 0 10px rgba(192,253,247,.35);
}

.gender-option.selected span {
	color: #123f42;
}

#throwDialog .auth-dialog {
	max-width: 420px;
}

#throwDialog textarea,
#throwDialog select {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 12px;
	border: 1px solid rgba(192,253,247,.35);
	border-radius: 6px;
	background: rgba(255,255,255,.06);
	color: #fff;
	font-size: 1.4em;
	font-family: inherit;
	outline: none;
}

#throwDialog textarea {
	resize: vertical;
	min-height: 96px;
}

#throwDialog textarea:focus,
#throwDialog select:focus {
	border-color: #c0fdf7;
	box-shadow: 0 0 8px rgba(192,253,247,.35);
}

#throwDialog select option {
	color: #123f42;
}

.bottle-type-options {
	display: flex;
	gap: 10px;
}

.bottle-type-option {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	padding: 8px 12px;
	border: 1px solid rgba(192,253,247,.35);
	border-radius: 999px;
	background: rgba(255,255,255,.06);
	color: rgba(255,255,255,.75);
	font-size: 1.3em;
	cursor: pointer;
	transition: background .2s linear, color .2s linear, border-color .2s linear, box-shadow .2s linear;
}

.bottle-type-option input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.bottle-type-option.selected {
	border-color: #c0fdf7;
	background: #c0fdf7;
	color: #123f42;
	box-shadow: 0 0 10px rgba(192,253,247,.35);
}

.bottle-type-option.selected span {
	color: #123f42;
}

.checkbox-field {
	display: flex;
	align-items: center;
	gap: 8px;
}

.checkbox-field input {
	width: 16px;
	height: 16px;
	accent-color: #c0fdf7;
	flex: 0 0 auto;
}

.checkbox-field span {
	margin: 0;
}

.voice-recorder {
	padding: 12px;
	border: 1px solid rgba(192,253,247,.25);
	border-radius: 6px;
	background: rgba(255,255,255,.04);
	text-align: center;
}

.voice-recorder p {
	margin: 0 0 10px;
	color: rgba(255,255,255,.65);
	font-size: 1.3em;
}

.voice-controls {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

.voice-recorder button {
	padding: 8px 16px;
	border: 1px solid rgba(192,253,247,.6);
	border-radius: 999px;
	background: transparent;
	color: #c0fdf7;
	font-family: inherit;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1;
	cursor: pointer;
	transition: background .2s linear, color .2s linear;
}

.voice-recorder button:hover {
	background: rgba(192,253,247,.14);
}

#throwDialog audio {
	width: 100%;
	margin-top: 10px;
}

.pick-dialog {
	max-width: 460px;
}

.pick-limits {
	margin: 0 0 14px;
	color: rgba(255,255,255,.7);
	font-size: 1.3em;
	text-align: center;
}

.pick-submit {
	display: inline-block;
	width: auto;
	padding: 10px 26px;
}

.bottle-card {
	margin-top: 16px;
	padding: 14px;
	border: 1px solid rgba(192,253,247,.25);
	border-radius: 8px;
	background: rgba(255,255,255,.05);
}

.bottle-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.bottle-author {
	color: #c0fdf7;
	font-size: 1.4em;
	font-weight: bold;
}

.bottle-time {
	color: rgba(255,255,255,.55);
	font-size: 1.2em;
}

.bottle-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 10px;
}

.bottle-badge {
	padding: 3px 10px;
	border: 1px solid rgba(192,253,247,.4);
	border-radius: 999px;
	color: rgba(255,255,255,.8);
	font-size: 1.1em;
}

.bottle-content-text {
	margin: 0 0 10px;
	color: #fff;
	font-size: 1.4em;
	line-height: 1.6;
}

.bottle-signature,
.bottle-location {
	margin: 0 0 10px;
	color: rgba(255,255,255,.55);
	font-size: 1.2em;
}

.bottle-actions {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

.pick-like-btn,
.pick-comment-toggle {
	padding: 7px 16px;
	border: 1px solid rgba(192,253,247,.6);
	border-radius: 999px;
	background: transparent;
	color: #c0fdf7;
	font-family: inherit;
	font-size: 1.2em;
	font-weight: bold;
	cursor: pointer;
	transition: background .2s linear, color .2s linear;
}

.pick-like-btn:hover,
.pick-comment-toggle:hover {
	background: rgba(192,253,247,.14);
}

.pick-like-btn.liked {
	background: rgba(249,136,119,.25);
	border-color: rgba(249,136,119,.7);
	color: #f99877;
}

.pick-comment-area {
	margin-top: 12px;
}

.pick-comment-area textarea {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 12px;
	border: 1px solid rgba(192,253,247,.35);
	border-radius: 6px;
	background: rgba(255,255,255,.06);
	color: #fff;
	font-size: 1.3em;
	font-family: inherit;
	outline: none;
	resize: vertical;
	min-height: 64px;
}

.pick-comment-send {
	margin-top: 8px;
	padding: 8px 18px;
	border: 1px solid #c0fdf7;
	border-radius: 999px;
	background: #c0fdf7;
	color: #123f42;
	font-family: inherit;
	font-size: 1.3em;
	font-weight: bold;
	cursor: pointer;
}

.comments-section {
	margin-top: 12px;
	border-top: 1px solid rgba(255,255,255,.1);
	padding-top: 10px;
}

.comments-title {
	margin: 0 0 8px;
	color: #fff;
	font-size: 1.3em;
}

.comment-item {
	padding: 6px 0;
	border-bottom: 1px solid rgba(255,255,255,.08);
	color: rgba(255,255,255,.85);
	font-size: 1.2em;
}

.comment-meta {
	color: rgba(255,255,255,.5);
	font-size: 1.1em;
}

.pick-audio {
	width: 100%;
	margin-top: 8px;
}

.profile-backdrop {
	position: fixed;
	z-index: 80;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.35);
}

.profile-backdrop[hidden] {
	display: none;
}

.profile-panel {
	position: fixed;
	z-index: 90;
	top: 0;
	left: 0;
	width: min(440px, 94vw);
	height: 100%;
	display: flex;
	flex-direction: column;
	background: #04181c;
	background-image: radial-gradient(ellipse at 20% 10%, rgba(192,253,247,.1) 0%, transparent 45%);
	border-right: 1px solid rgba(192,253,247,.3);
	box-shadow: 0 0 30px rgba(0,0,0,.5);
	transform: translateX(-100%);
	transition: transform .3s ease;
}

.profile-panel.open {
	transform: translateX(0);
}

.profile-panel-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px 18px;
	border-bottom: 1px solid rgba(192,253,247,.2);
}

.profile-panel-header h2 {
	margin: 0;
	color: #fff;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 0;
	text-shadow: 0 0 10px rgba(192,253,247,.5);
}

.profile-panel-header .auth-close {
	position: static;
}

.profile-panel-body {
	flex: 1;
	overflow-y: auto;
	padding: 16px;
	display: grid;
	gap: 14px;
	align-content: start;
}

#profilePanel .profile-card {
	padding: 16px;
	border: 1px solid rgba(192,253,247,.25);
	border-radius: 10px;
	background: rgba(8,24,27,.92);
}

#profilePanel .profile-card h2 {
	margin: 0 0 12px;
	font-size: 1.15em;
	color: #c0fdf7;
	letter-spacing: 0;
}

#profilePanel .profile-user {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}

#profilePanel .profile-avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	font-weight: bold;
	background: rgba(192,253,247,.15);
	border: 1px solid rgba(192,253,247,.5);
	color: #c0fdf7;
	flex: 0 0 auto;
}

#profilePanel .profile-user h3 {
	margin: 0 0 4px;
	font-size: 1.2em;
}

#profilePanel .badge {
	display: inline-block;
	padding: 2px 9px;
	margin-left: 6px;
	border-radius: 999px;
	font-size: .78em;
	background: rgba(192,253,247,.15);
	color: #c0fdf7;
}

#profilePanel .badge.warn {
	background: rgba(249,184,143,.2);
	color: #f9b38f;
}

#profilePanel .profile-meta {
	margin: 0 0 8px;
	color: rgba(255,255,255,.75);
	line-height: 1.8;
	font-size: 13px;
}

#profilePanel .profile-meta b {
	color: #c0fdf7;
}

#profilePanel .exp-bar {
	height: 10px;
	border-radius: 999px;
	background: rgba(255,255,255,.08);
	overflow: hidden;
	margin: 8px 0 4px;
}

#profilePanel .exp-bar span {
	display: block;
	height: 100%;
	border-radius: 999px;
	background: linear-gradient(90deg, #9bd9ff, #c0fdf7);
}

#profilePanel .stat-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	margin-top: 12px;
}

#profilePanel .stat-item {
	padding: 8px;
	border: 1px solid rgba(192,253,247,.2);
	border-radius: 8px;
	text-align: center;
	background: rgba(255,255,255,.04);
}

#profilePanel .stat-item b {
	display: block;
	font-size: 1.25em;
	color: #c0fdf7;
}

#profilePanel .stat-item span {
	font-size: .8em;
	color: rgba(255,255,255,.65);
}

#profilePanel .vip-benefits {
	margin: 0 0 10px;
	padding-left: 18px;
	color: rgba(255,255,255,.8);
	line-height: 1.8;
	font-size: 13px;
}

#profilePanel .vip-status-box {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid rgba(249,184,143,.45);
	border-radius: 8px;
	background: rgba(249,184,143,.1);
	color: #f9b38f;
	font-size: 13px;
}

#profilePanel .vip-options {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8px;
	margin-top: 10px;
}

#profilePanel .vip-option {
	padding: 10px 8px;
	border: 1px solid rgba(249,184,143,.5);
	border-radius: 999px;
	background: transparent;
	color: #f9b38f;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
}

#profilePanel .vip-option:hover {
	background: rgba(249,184,143,.16);
}

#profilePanel .checkin-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

#profilePanel .checkin-info {
	margin: 0;
	color: rgba(255,255,255,.8);
	line-height: 1.9;
	font-size: 13px;
}

#profilePanel .checkin-info b {
	color: #c0fdf7;
}

#profilePanel .signature-row {
	display: flex;
	gap: 10px;
}

#profilePanel .text-input {
	flex: 1;
	min-width: 0;
	padding: 10px 12px;
	border: 1px solid rgba(192,253,247,.35);
	border-radius: 8px;
	background: rgba(255,255,255,.06);
	color: #fff;
	font-size: 13px;
	font-family: inherit;
	outline: none;
}

#profilePanel .text-input:focus {
	border-color: #c0fdf7;
	box-shadow: 0 0 8px rgba(192,253,247,.35);
}

#profilePanel .recharge-row {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 10px;
}

#profilePanel .payment-options {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 10px;
}

#profilePanel .payment-option {
	padding: 7px 14px;
	border: 1px solid rgba(192,253,247,.45);
	border-radius: 999px;
	background: transparent;
	color: #c0fdf7;
	font-size: 12px;
	cursor: pointer;
}

#profilePanel .payment-option.selected {
	background: #c0fdf7;
	color: #123f42;
}

#profilePanel .message-item {
	padding: 10px;
	margin-bottom: 8px;
	border: 1px solid rgba(192,253,247,.2);
	border-radius: 8px;
	background: rgba(255,255,255,.04);
}

#profilePanel .message-item.unread {
	border-color: rgba(155,217,255,.6);
	background: rgba(155,217,255,.08);
	cursor: pointer;
}

#profilePanel .message-item h4 {
	margin: 0 0 6px;
	font-size: 13px;
	color: #c0fdf7;
}

#profilePanel .message-item p {
	margin: 0;
	color: rgba(255,255,255,.85);
	line-height: 1.6;
	font-size: 13px;
}

#profilePanel .message-item small {
	color: rgba(255,255,255,.5);
}

#profilePanel .record-row {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	padding: 7px 0;
	border-bottom: 1px solid rgba(255,255,255,.08);
	font-size: 12px;
}

#profilePanel .loading {
	color: rgba(255,255,255,.6);
	text-align: center;
	padding: 12px;
}

#profilePanel .toast {
	padding: 9px 14px;
	border-radius: 8px;
	border: 1px solid rgba(192,253,247,.4);
	background: rgba(8,24,27,.96);
	color: #fff;
	font-size: 13px;
	box-shadow: 0 4px 16px rgba(0,0,0,.4);
	text-align: center;
}

#profilePanel .toast.success {
	border-color: rgba(192,253,247,.7);
	color: #c0fdf7;
}

#profilePanel .toast.danger {
	border-color: rgba(249,136,119,.7);
	color: #f99877;
}

#profilePanel .pill-btn {
	display: inline-block;
	padding: 8px 16px;
	border: 1px solid rgba(192,253,247,.6);
	border-radius: 999px;
	background: transparent;
	color: #c0fdf7;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	transition: background .2s linear, color .2s linear;
}

#profilePanel .pill-btn:hover {
	background: rgba(192,253,247,.14);
}

#profilePanel .pill-btn.primary {
	border-color: #c0fdf7;
	background: #c0fdf7;
	color: #123f42;
	box-shadow: 0 0 12px rgba(192,253,247,.35);
}

#profilePanel .pill-btn.primary:hover {
	background: #dffcfa;
	color: #0c2b2d;
}

#profilePanel .family-edit-card {
	padding: 12px;
	border: 1px solid rgba(192,253,247,.22);
	border-radius: 10px;
	background: rgba(255,255,255,.04);
	margin-bottom: 10px;
}

#profilePanel .family-edit-head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

#profilePanel .family-edit-avatar {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	object-fit: cover;
	border: 1px solid rgba(192,253,247,.45);
	background: rgba(192,253,247,.12);
	flex: 0 0 auto;
}

#profilePanel .family-edit-name-row {
	flex: 1;
	min-width: 0;
}

#profilePanel .family-edit-name-row label,
#profilePanel .family-stat-field span {
	display: block;
	margin-bottom: 4px;
	color: rgba(255,255,255,.7);
	font-size: 12px;
}

#profilePanel .family-edit-stats {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8px;
	margin-bottom: 10px;
}

#profilePanel .family-stat-field input {
	width: 100%;
}

#profilePanel .family-save-btn {
	width: 100%;
}

.chat-dialog {
	max-width: 420px;
}

.chat-room-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	padding: 12px;
	margin-top: 10px;
	border: 1px solid rgba(192,253,247,.2);
	border-radius: 8px;
	background: rgba(255,255,255,.04);
}

.chat-room-info {
	min-width: 0;
}

.chat-room-info h4 {
	margin: 0 0 4px;
	color: #fff;
	font-size: 1.4em;
}

.chat-room-info p {
	margin: 0;
	color: rgba(255,255,255,.6);
	font-size: 1.2em;
}

.chat-enter-btn {
	padding: 7px 16px;
	border: 1px solid rgba(192,253,247,.6);
	border-radius: 999px;
	background: transparent;
	color: #c0fdf7;
	font-family: inherit;
	font-size: 1.2em;
	font-weight: bold;
	cursor: pointer;
	flex: 0 0 auto;
}

.chat-enter-btn:hover {
	background: rgba(192,253,247,.14);
}

.room-messages {
	max-height: 260px;
	overflow-y: auto;
	margin-bottom: 12px;
	padding: 10px;
	border: 1px solid rgba(192,253,247,.2);
	border-radius: 8px;
	background: rgba(255,255,255,.03);
}

.room-msg {
	margin-bottom: 10px;
}

.room-msg .msg-meta {
	font-size: 1.1em;
	color: rgba(255,255,255,.55);
	margin-bottom: 2px;
}

.room-msg .msg-text {
	display: inline-block;
	padding: 7px 12px;
	border-radius: 10px;
	background: rgba(192,253,247,.12);
	color: #fff;
	font-size: 1.3em;
}

.room-msg.mine .msg-text {
	background: rgba(192,253,247,.85);
	color: #123f42;
}

.room-empty {
	color: rgba(255,255,255,.55);
	text-align: center;
	font-size: 1.3em;
	padding: 16px 0;
}

.room-input-row {
	display: flex;
	gap: 10px;
}

.room-input-row input {
	flex: 1;
	min-width: 0;
	padding: 10px 12px;
	border: 1px solid rgba(192,253,247,.35);
	border-radius: 8px;
	background: rgba(255,255,255,.06);
	color: #fff;
	font-size: 1.3em;
	font-family: inherit;
	outline: none;
}

.room-input-row input:focus {
	border-color: #c0fdf7;
	box-shadow: 0 0 8px rgba(192,253,247,.35);
}

.room-send {
	width: auto;
	padding: 10px 20px;
}

@media (max-width: 640px) {
	#info #share {
		padding: 8px 12px;
		gap: 8px 10px;
	}

	#info #share .site-title {
		font-size: 1.8em;
	}

	#info #share .auth-actions {
		flex-wrap: wrap;
		gap: 8px;
	}

	#info #share button {
		padding: 6px 12px;
		font-size: 1.2em;
	}

	.home-quote {
		font-size: 16px;
		gap: 8px;
		top: 20%;
	}

	.home-quote::before,
	.home-quote::after {
		width: 22px;
	}

	.auth-dialog-overlay {
		padding: 10px;
	}

	.auth-dialog,
	.pick-dialog,
	.chat-dialog,
	#throwDialog .auth-dialog {
		max-width: 100%;
		padding: 20px 16px;
	}

	.auth-title {
		font-size: 1.8em;
		margin-bottom: 16px;
	}

	.captcha-inline input {
		padding-right: 140px;
	}

	.captcha-inline .captcha-canvas {
		right: 44px;
		width: 92px;
	}

	.captcha-inline .captcha-refresh {
		right: 5px;
		width: 30px;
		height: 30px;
	}

	.profile-panel {
		width: 100vw;
		max-width: 100vw;
	}

	.profile-panel-body {
		padding: 12px;
	}

	#profilePanel .vip-options {
		grid-template-columns: repeat(2, 1fr);
	}

	#profilePanel .stat-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 6px;
	}

	#profilePanel .stat-item {
		padding: 6px;
	}

	.room-input-row {
		flex-wrap: wrap;
	}

	.room-input-row input {
		flex: 1 1 100%;
	}

	.room-send {
		width: 100%;
	}

	.bottle-actions {
		flex-wrap: wrap;
	}

	#unsupported-browser {
		left: 50%;
		transform: translateX(-50%);
		margin: 0;
		width: 90vw;
		padding: 20px;
	}

}

.bubble-menu {
	position: fixed;
	z-index: 60;
	width: 0;
	height: 0;
	pointer-events: auto;
}

.bubble-menu[hidden] {
	display: none;
}

.bubble-menu-opening .bubble-btn {
	pointer-events: none;
}

.bubble-menu::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 10px;
	height: 10px;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: rgba(192,253,247,.35);
	box-shadow: 0 0 12px rgba(192,253,247,.35);
}

.bubble-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 56px;
	height: 56px;
	margin: -28px 0 0 -28px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid rgba(192,253,247,.8);
	border-radius: 50%;
	background: radial-gradient(circle at 35% 28%, rgba(192,253,247,.38), rgba(192,253,247,.1) 46%, rgba(8,24,27,.94) 78%);
	box-shadow: 0 0 18px rgba(192,253,247,.5), 0 0 36px rgba(192,253,247,.22), 0 4px 14px rgba(0,0,0,.45), inset 0 0 12px rgba(192,253,247,.14);
	color: #c0fdf7;
	font-family: inherit;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	transform: translate(var(--bx, 0px), var(--by, -80px));
	animation: bubble-pop 350ms cubic-bezier(.34,1.56,.64,1) backwards;
	transition: transform .15s linear, background .2s linear, color .2s linear, box-shadow .2s linear;
}

.bubble-btn::before {
	content: '';
	position: absolute;
	left: 12%;
	top: 7%;
	width: 48%;
	height: 30%;
	border-radius: 50%;
	background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
	transform: rotate(-18deg);
	pointer-events: none;
}

.bubble-btn:hover {
	background: radial-gradient(circle at 35% 28%, #eafffd, #c0fdf7 58%, #7fe8eb);
	color: #123f42;
	transform: translate(var(--bx, 0px), var(--by, -80px)) scale(1.1);
	box-shadow: 0 0 24px rgba(192,253,247,.8), 0 0 52px rgba(192,253,247,.4), 0 4px 16px rgba(0,0,0,.4), inset 0 0 14px rgba(255,255,255,.4);
}

@keyframes bubble-pop {
	0% {
		opacity: 0;
		transform: translate(0, 0) scale(.5);
	}
	70% {
		opacity: 1;
		transform: translate(var(--bx, 0px), var(--by, -80px)) scale(1.12);
	}
	100% {
		opacity: 1;
		transform: translate(var(--bx, 0px), var(--by, -80px)) scale(1);
	}
}

.home-quote {
	position: fixed;
	top: 23%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
	display: flex;
	align-items: center;
	gap: 18px;
	pointer-events: none;
	white-space: nowrap;
	font-family: "STKaiti", "KaiTi", "Microsoft YaHei", serif;
	font-size: 26px;
	color: rgba(255,255,255,.94);
	text-shadow: 0 0 16px rgba(192,253,247,.6);
	animation: quoteFadeIn 1s ease-out both;
}

.home-quote[hidden] {
	display: none;
}

.home-quote::before,
.home-quote::after {
	content: '';
	width: 64px;
	height: 1px;
	flex: 0 0 auto;
}

.home-quote::before {
	background: linear-gradient(90deg, transparent, rgba(192,253,247,.75));
}

.home-quote::after {
	background: linear-gradient(90deg, rgba(192,253,247,.75), transparent);
}

.quote-cursor {
	color: #c0fdf7;
	animation: quoteBlink 1s steps(1) infinite;
	transition: opacity .6s ease;
}

.home-quote.done .quote-cursor {
	opacity: 0;
}

@keyframes quoteBlink {
	50% {
		opacity: 0;
	}
}

@keyframes quoteFadeIn {
	from {
		opacity: 0;
		transform: translate(-50%, -50%) scale(.96);
	}
	to {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
	}
}

@media (max-width: 560px) {
	.home-quote {
		font-size: 17px;
		gap: 10px;
		top: 22%;
	}

	.home-quote::before,
	.home-quote::after {
		width: 28px;
	}
}

.attrs-dialog {
	max-width: 420px;
}

.bottle-attrs-item {
	margin-bottom: 14px;
	padding: 12px 14px;
	border: 1px solid rgba(192,253,247,.25);
	border-radius: 8px;
	background: rgba(192,253,247,.05);
}

.bottle-attrs-item h3 {
	margin: 0 0 8px;
	color: #fff;
	font-size: 1.4em;
	text-shadow: 0 0 8px rgba(192,253,247,.4);
}

.bottle-attrs-item {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 10px 14px;
	margin-bottom: 10px;
	border: 1px solid rgba(192,253,247,.25);
	border-radius: 8px;
	background: rgba(192,253,247,.05);
}

.bottle-attrs-content {
	color: #e7fffc;
	font-size: 13px;
	line-height: 1.5;
	word-break: break-word;
}

.bottle-attrs-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.bottle-attrs-time {
	color: rgba(255,255,255,.55);
	font-size: 11px;
	white-space: nowrap;
}

.bottle-attrs-counts {
	display: flex;
	gap: 10px;
	color: rgba(255,255,255,.8);
	font-size: 12px;
	white-space: nowrap;
}

@media (max-width: 640px) {
	.bottle-attrs-bottom {
		flex-wrap: wrap;
	}
}

.attrs-label {
	color: rgba(255,255,255,.6);
}

.attrs-value {
	color: #c0fdf7;
	font-weight: bold;
	text-align: right;
}

.attrs-loading,
.attrs-empty {
	color: rgba(255,255,255,.65);
	font-size: 1.3em;
	text-align: center;
}

.bottle-attrs-tabs {
	display: inline-flex;
	max-width: 100%;
	margin-bottom: 16px;
}

.bottle-attrs-tabs .bottle-type-option {
	flex: 0 1 auto;
	padding: 8px 16px;
	font-size: 13px;
}

.attrs-dialog .auth-close {
	z-index: 5;
}

.attrs-dialog .bottle-attrs-tabs {
	padding-right: 0;
}

.touch-joystick {
	position: fixed;
	right: 24px;
	bottom: 32px;
	z-index: 70;
	width: 120px;
	height: 120px;
	touch-action: none;
	user-select: none;
	-webkit-user-select: none;
}

.touch-joystick[hidden] {
	display: none;
}

.joystick-base {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	border: 2px solid rgba(192,253,247,.5);
	background: radial-gradient(circle, rgba(192,253,247,.08), rgba(8,24,27,.5));
	box-shadow: 0 0 24px rgba(192,253,247,.2);
}

.joystick-knob {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 52px;
	height: 52px;
	margin: -26px 0 0 -26px;
	border-radius: 50%;
	background: radial-gradient(circle at 35% 30%, rgba(192,253,247,.9), rgba(192,253,247,.55));
	box-shadow: 0 0 18px rgba(192,253,247,.5);
	pointer-events: none;
	will-change: transform;
}
@media (max-width: 480px) {
	.profile-panel-header h2 {
		font-size: 1.3em;
	}
}
@media (max-width: 1200px) {
	#info #share .site-title {
		font-size: 13px;
	}

	#info #share button {
		font-size: 11px;
		padding: 5px 10px;
	}
}
@media (max-width: 1200px) {
	.auth-dialog-overlay {
		padding: 12px;
	}

	.auth-dialog {
		width: 100%;
		max-width: 320px;
		padding: 14px 12px;
	}

	.auth-title {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.auth-field span {
		font-size: 11px;
		margin-bottom: 3px;
	}

	.auth-field input,
	.auth-field textarea,
	.auth-field select {
		font-size: 13px;
		padding: 7px 9px;
	}

	.auth-submit {
		font-size: 13px;
		padding: 8px 14px;
	}

	.auth-switch {
		font-size: 11px;
	}

	.auth-close {
		font-size: 1.6em;
	}

	#loginView .auth-title,
	#registerView .auth-title {
		display: none;
	}
}
@media (orientation: landscape) and (max-width: 1200px) {
	.auth-dialog-overlay {
		padding: 8px;
	}

	.auth-dialog {
		max-width: 280px;
		padding: 12px 10px;
	}

	.auth-field span {
		font-size: 10px;
	}

	.auth-field input,
	.auth-field textarea,
	.auth-field select {
		font-size: 12px;
		padding: 6px 8px;
	}

	.auth-submit {
		font-size: 12px;
		padding: 7px 12px;
	}

	.auth-switch {
		font-size: 10px;
	}

	.auth-close {
		font-size: 1.4em;
	}

	#loginView .auth-title,
	#registerView .auth-title {
		display: none;
	}
}
.bottle-attrs-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.bottle-attrs-user {
	color: #c0fdf7;
	font-size: 13px;
	font-weight: bold;
}

.attrs-report-btn {
	border: 1px solid rgba(255,209,102,.6);
	background: transparent;
	color: #ffd166;
	border-radius: 999px;
	padding: 3px 10px;
	font-size: 11px;
	cursor: pointer;
	transition: background .2s linear, color .2s linear;
}

.attrs-report-btn:hover {
	background: rgba(255,209,102,.15);
}

.bottle-attrs-actions {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
	margin-top: 2px;
}

.attrs-comment-btn {
	flex: 0 1 auto;
	min-width: 0;
	border: 1px solid rgba(192,253,247,.6);
	background: rgba(192,253,247,.08);
	color: #c0fdf7;
	border-radius: 999px;
	padding: 5px 10px;
	font-size: 11px;
	white-space: nowrap;
	cursor: pointer;
	transition: background .2s linear, color .2s linear;
}

.attrs-comment-btn.primary {
	background: #c0fdf7;
	color: #123f42;
	font-weight: bold;
}

.attrs-comment-btn:hover {
	background: #c0fdf7;
	color: #123f42;
}

.attrs-comment-box {
	margin-top: 4px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.attrs-comment-input {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid rgba(192,253,247,.35);
	border-radius: 6px;
	background: rgba(255,255,255,.06);
	color: #fff;
	padding: 8px 10px;
	font-size: 13px;
	resize: vertical;
}

.attrs-comment-input:focus {
	outline: none;
	border-color: #c0fdf7;
	box-shadow: 0 0 8px rgba(192,253,247,.35);
}

.attrs-comment-send {
	align-self: flex-end;
	border: 1px solid #c0fdf7;
	background: #c0fdf7;
	color: #123f42;
	border-radius: 999px;
	padding: 6px 16px;
	font-size: 12px;
	cursor: pointer;
}
.attrs-dialog {
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	overflow: auto;
}

.attrs-comment-box[hidden] {
	display: none;
}
#bottleAttrsDialog.auth-dialog-overlay {
	padding: 0;
}

.npc-status-dialog {
	max-width: 380px;
}

.npc-status-head {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 18px;
}

.npc-status-avatar {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	object-fit: cover;
	border: 1px solid rgba(192,253,247,.5);
	background: rgba(192,253,247,.12);
	flex: 0 0 auto;
}

.npc-avatar-fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	font-weight: bold;
	color: #c0fdf7;
}

.npc-status-head h2 {
	margin: 0 0 4px;
	color: #fff;
	font-size: 1.6em;
	letter-spacing: 0;
}

.npc-status-head p {
	margin: 0;
	color: rgba(255,255,255,.6);
	font-size: 1.2em;
}

.npc-stat {
	margin-bottom: 14px;
}

.stat-label {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
	color: rgba(255,255,255,.8);
	font-size: 1.2em;
}

.stat-bar {
	height: 10px;
	border-radius: 999px;
	background: rgba(255,255,255,.08);
	overflow: hidden;
}

.stat-bar span {
	display: block;
	height: 100%;
	border-radius: 999px;
	transition: width .3s ease;
}

.stat-mood .stat-bar span {
	background: linear-gradient(90deg, #f9b38f, #f99877);
}

.stat-health .stat-bar span {
	background: linear-gradient(90deg, #7dd8a0, #bff5d1);
}

.stat-energy .stat-bar span {
	background: linear-gradient(90deg, #9bd9ff, #c0fdf7);
}

.stat-hunger .stat-bar span {
	background: linear-gradient(90deg, #f9d29f, #f9b38f);
}

.npc-action-bar {
	position: fixed;
	left: 10px;
	right: 10px;
	bottom: 15px;
	z-index: 85;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	border-radius: 20px;
	border: 1px solid rgba(192,253,247,.35);
	background: rgba(8,24,27,.84);
	box-shadow: 0 12px 32px rgba(0,0,0,.45);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

.npc-action-bar[hidden] {
	display: none;
}

.npc-action-item {
	display: flex;
	flex: 1 1 0;
	min-width: 0;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	height: 56px;
	border: 0;
	border-radius: 14px;
	background: linear-gradient(160deg, rgba(192,253,247,.12), rgba(192,253,247,.03));
	color: #d9fffb;
	font-family: inherit;
	cursor: pointer;
	transition: background .2s linear, transform .15s linear;
}

.npc-action-item:hover {
	background: rgba(192,253,247,.2);
}

.npc-action-item:active {
	transform: scale(.94);
}

.npc-action-icon {
	font-size: 16px;
	line-height: 1;
}

.npc-action-label {
	font-size: 11px;
	letter-spacing: 0;
}

@media (max-width: 640px) {
	.npc-action-bar {
		gap: 6px;
		padding: 8px 10px;
		border-radius: 16px;
	}

	.npc-action-item {
		height: 50px;
	}
}

.companion-picker {
	max-width: 420px;
}

.companion-picker-sub {
	color: rgba(255, 255, 255, .6);
	font-size: 1.2em;
	text-align: center;
	margin: -8px 0 16px;
}

.companion-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin-bottom: 16px;
}

.companion-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	padding: 14px 10px 12px;
	border: 1px solid rgba(192, 253, 247, .22);
	border-radius: 14px;
	background: linear-gradient(160deg, rgba(192, 253, 247, .08), rgba(192, 253, 247, .02));
	color: #eafffb;
	font-family: inherit;
	cursor: pointer;
	transition: border-color .2s linear, background .2s linear, transform .15s linear;
}

.companion-card:hover {
	border-color: rgba(192, 253, 247, .5);
}

.companion-card.selected {
	border-color: #c0fdf7;
	background: rgba(192, 253, 247, .16);
	box-shadow: 0 0 14px rgba(192, 253, 247, .25);
}

.companion-card.locked {
	opacity: .45;
	border-color: rgba(255, 255, 255, .12);
	background: rgba(255, 255, 255, .03);
	cursor: not-allowed;
	pointer-events: none;
}

.companion-avatar-wrap {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	overflow: hidden;
	background: rgba(192, 253, 247, .1);
	display: flex;
	align-items: center;
	justify-content: center;
}

.companion-avatar {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.companion-name {
	font-size: 1.3em;
	font-weight: 700;
	letter-spacing: 0;
}

.companion-state {
	font-size: 1.05em;
	color: rgba(255, 255, 255, .6);
}

.companion-loading,
.companion-empty {
	grid-column: 1 / -1;
	text-align: center;
	color: rgba(255, 255, 255, .6);
	font-size: 1.2em;
	padding: 18px 0;
}

.companion-confirm {
	width: 100%;
}

.companion-confirm:disabled {
	opacity: .45;
	cursor: not-allowed;
}

.guest-welcome {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 45;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 18px;
	background:
		radial-gradient(circle at 12% 18%, rgba(255, 205, 130, .14), transparent 36%),
		radial-gradient(circle at 88% 30%, rgba(96, 224, 205, .10), transparent 32%),
		linear-gradient(165deg, rgba(26, 17, 9, .82), rgba(16, 10, 5, .92));
	overflow: hidden;
}

.guest-welcome,
.guest-welcome * {
	box-sizing: border-box;
}

.guest-welcome[hidden] {
	display: none;
}

.guest-header {
	width: 100%;
	max-width: 480px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 4px 0;
}

.guest-brand {
	display: flex;
	align-items: center;
	gap: 10px;
}

.guest-brand-mark {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: radial-gradient(circle at 35% 35%, #ffe9c4, #d89a5a 62%, #8a5225);
	box-shadow: 0 0 16px rgba(255, 196, 120, .45), inset 0 -2px 4px rgba(80, 38, 10, .55);
	position: relative;
}

.guest-brand-mark::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 8px;
	width: 13px;
	height: 17px;
	border-radius: 60% 40% 50% 50%;
	background: #221409;
	transform: rotate(8deg);
}

.guest-brand-mark::after {
	content: "";
	position: absolute;
	left: 23px;
	top: 11px;
	width: 9px;
	height: 14px;
	border-radius: 60% 40% 50% 50%;
	background: rgba(34, 20, 9, .85);
	transform: rotate(-12deg);
}

.guest-brand h1 {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 4px;
	color: #fff4e2;
	text-shadow: 0 2px 12px rgba(255, 190, 110, .35);
}

.guest-actions {
	display: flex;
	gap: 8px;
}

.guest-actions button {
	height: 32px;
	padding: 0 14px;
	border-radius: 16px;
	border: 1px solid rgba(255, 214, 160, .35);
	background: rgba(255, 232, 196, .10);
	color: #ffe8c8;
	font-size: 12px;
	font-family: inherit;
	cursor: pointer;
}

.guest-actions button.primary {
	background: linear-gradient(135deg, #ffd9a0, #e8a95f);
	border-color: rgba(255, 232, 196, .8);
	color: #4a2a0f;
	font-weight: 700;
}

.guest-welcome .hero {
	position: relative;
	width: 100%;
	max-width: 420px;
	height: 230px;
	margin-top: 28px;
	border-radius: 20px;
	border: 1px solid rgba(255, 226, 182, .14);
	background:
		radial-gradient(ellipse at 30% 80%, rgba(255, 214, 150, .16), transparent 50%),
		linear-gradient(160deg, rgba(72, 47, 24, .72), rgba(34, 21, 11, .5));
	overflow: hidden;
	box-shadow: 0 18px 40px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 240, 215, .08);
}

.guest-welcome .water {
	position: absolute;
	left: -10%;
	right: -10%;
	top: 66%;
	height: 46%;
	background: radial-gradient(ellipse at 50% 0%, rgba(120, 214, 196, .22), transparent 62%);
	filter: blur(2px);
}

.guest-welcome .tadpole {
	position: absolute;
	border-radius: 50%;
	background: radial-gradient(circle at 35% 30%, #33271b, #17100a 70%);
	box-shadow: 0 6px 14px rgba(0, 0, 0, .5), inset -2px -2px 5px rgba(255, 230, 190, .12);
}

.guest-welcome .tadpole::after {
	content: "";
	position: absolute;
	width: 60%;
	height: 26%;
	left: 6%;
	top: 36%;
	border: 2px solid #14100a;
	border-left-color: transparent;
	border-radius: 50%;
	transform: rotate(-12deg);
	background: transparent;
}

.guest-welcome .tp-main {
	width: 52px;
	height: 52px;
	left: 156px;
	top: 118px;
	z-index: 2;
	animation: guest-bob 3.2s ease-in-out infinite;
}

.guest-welcome .tp-1 {
	width: 30px;
	height: 30px;
	left: 68px;
	top: 78px;
	opacity: .92;
	animation: guest-bob 4s ease-in-out infinite;
}

.guest-welcome .tp-2 {
	width: 26px;
	height: 26px;
	left: 258px;
	top: 68px;
	opacity: .8;
	animation: guest-bob 4.8s ease-in-out infinite;
}

.guest-welcome .tp-3 {
	width: 22px;
	height: 22px;
	left: 104px;
	top: 148px;
	opacity: .66;
	animation: guest-bob 3.6s ease-in-out infinite;
}

@keyframes guest-bob {
	0%, 100% { transform: translateY(0) rotate(0deg); }
	50% { transform: translateY(-9px) rotate(4deg); }
}

.guest-quote {
	margin-top: 26px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 3px;
	color: rgba(255, 239, 216, .92);
	text-shadow: 0 2px 16px rgba(255, 190, 110, .25);
}

.guest-card {
	margin-top: 24px;
	width: 100%;
	max-width: 400px;
	padding: 24px 20px 20px;
	border-radius: 20px;
	border: 1px solid rgba(255, 226, 182, .18);
	background:
		radial-gradient(ellipse at 20% 0%, rgba(255, 216, 150, .14), transparent 45%),
		linear-gradient(155deg, rgba(64, 42, 22, .9), rgba(32, 20, 10, .82));
	box-shadow: 0 12px 30px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 240, 215, .08);
	text-align: center;
}

.guest-card-icon {
	width: 46px;
	height: 46px;
	margin: 0 auto 12px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	background: radial-gradient(circle at 35% 35%, #ffe4bc, #d8984e);
	box-shadow: 0 8px 20px rgba(224, 148, 72, .35);
}

.guest-card h2 {
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #fff0da;
}

.guest-card p {
	margin: 10px auto 18px;
	max-width: 280px;
	font-size: 12px;
	line-height: 1.8;
	color: rgba(255, 226, 182, .68);
}

.guest-card-actions {
	display: flex;
	gap: 10px;
}

.guest-card-actions button {
	flex: 1;
	height: 44px;
	border-radius: 14px;
	border: 1px solid rgba(255, 226, 182, .3);
	background: rgba(255, 232, 196, .1);
	color: #ffe8c8;
	font-size: 14px;
	font-family: inherit;
	cursor: pointer;
}

.guest-card-actions button.primary {
	background: linear-gradient(135deg, #ffd9a0, #e8a95f);
	border-color: rgba(255, 232, 196, .8);
	color: #4a2a0f;
	font-weight: 700;
}

.guest-card small {
	display: block;
	margin-top: 14px;
	font-size: 10px;
	letter-spacing: 1px;
	color: rgba(255, 226, 182, .45);
}

@media (max-width: 640px) {
	.guest-welcome .hero {
		height: 190px;
		margin-top: 16px;
	}

	.guest-welcome .tp-main {
		top: 96px;
	}

	.guest-welcome .tp-1 {
		top: 62px;
	}

	.guest-welcome .tp-2 {
		top: 54px;
	}

	.guest-welcome .tp-3 {
		top: 122px;
	}

	.guest-quote {
		margin-top: 16px;
		font-size: 16px;
	}

	.guest-card {
		margin-top: 18px;
	}
}

#authDialog .auth-dialog {
	max-width: 420px;
	padding: 24px 22px 20px;
	border-radius: 24px;
	border: 1px solid rgba(192, 253, 247, .22);
	background:
		linear-gradient(160deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018)),
		rgba(10, 22, 19, .92);
	box-shadow: 0 24px 50px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .06);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

#authDialog .auth-tabs {
	display: flex;
	padding: 4px;
	margin-bottom: 18px;
	border-radius: 12px;
	border: 1px solid rgba(192, 253, 247, .12);
	background: rgba(192, 253, 247, .06);
}

#authDialog .auth-tab {
	flex: 1;
	height: 34px;
	border: 0;
	border-radius: 9px;
	background: transparent;
	color: rgba(255, 255, 255, .55);
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

#authDialog .auth-tab.active {
	background: linear-gradient(135deg, #d8fffa, #8fe0d6);
	color: #123f42;
	box-shadow: 0 4px 14px rgba(192, 253, 247, .25);
}

#authDialog .auth-title {
	margin: 4px 0 18px;
	text-align: center;
	color: #f0fffb;
	letter-spacing: 2px;
}

#authDialog .auth-field {
	display: block;
	margin-bottom: 14px;
}

#authDialog .auth-field > span:first-child {
	display: block;
	margin-bottom: 7px;
	color: rgba(255, 255, 255, .68);
	font-size: 12px;
	letter-spacing: 1px;
}

#authDialog .auth-input-wrap {
	position: relative;
	display: block;
}

#authDialog .auth-field-icon {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 13px;
	color: rgba(192, 253, 247, .6);
	pointer-events: none;
	z-index: 1;
}

#authDialog .auth-input-wrap input {
	width: 100%;
	height: 46px;
	padding: 0 14px 0 38px;
	border: 1px solid rgba(192, 253, 247, .28);
	border-radius: 12px;
	background: rgba(192, 253, 247, .06);
	color: #eafffb;
	font-size: 14px;
	font-family: inherit;
	outline: none;
	box-sizing: border-box;
}

#authDialog .auth-input-wrap input:focus {
	border-color: #c0fdf7;
	box-shadow: 0 0 0 3px rgba(192, 253, 247, .12);
}

#authDialog .captcha-inline {
	position: relative;
	display: flex;
	gap: 8px;
	align-items: center;
}

#authDialog .captcha-inline input {
	flex: 1;
	min-width: 0;
	height: 46px;
	padding: 0 14px;
	border: 1px solid rgba(192, 253, 247, .28);
	border-radius: 12px;
	background: rgba(192, 253, 247, .06);
	color: #eafffb;
	font-size: 14px;
	font-family: inherit;
	outline: none;
	box-sizing: border-box;
}

#authDialog .captcha-canvas {
	width: 96px;
	height: 46px;
	border: 1px solid rgba(192, 253, 247, .28);
	border-radius: 12px;
	box-sizing: border-box;
}

#authDialog .captcha-refresh {
	width: 46px;
	height: 46px;
	border: 1px solid rgba(192, 253, 247, .28);
	border-radius: 12px;
	background: rgba(192, 253, 247, .08);
	color: #c0fdf7;
	font-size: 18px;
	font-family: inherit;
	cursor: pointer;
}

#authDialog .auth-submit {
	width: 100%;
	height: 48px;
	margin-top: 8px;
	border: 0;
	border-radius: 14px;
	background: linear-gradient(135deg, #d8fffa, #7fd9d0);
	color: #123f42;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 4px;
	font-family: inherit;
	cursor: pointer;
	box-shadow: 0 10px 24px rgba(192, 253, 247, .22);
}

#authDialog .auth-switch {
	margin-top: 16px;
	text-align: center;
	color: rgba(255, 255, 255, .5);
	font-size: 12px;
}

#authDialog .auth-link {
	border: 0;
	background: transparent;
	color: #c0fdf7;
	font-family: inherit;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}

.login-page {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 22px;
	background:
		radial-gradient(circle at 18% 12%, rgba(192, 253, 247, .14), transparent 32%),
		radial-gradient(circle at 86% 22%, rgba(255, 205, 130, .12), transparent 28%),
		radial-gradient(circle at 50% 96%, rgba(255, 205, 130, .16), transparent 40%),
		linear-gradient(165deg, #1c2b24 0%, #12201a 46%, #08110d 100%);
	overflow-y: auto;
	overflow-x: hidden;
}

.login-brand {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	margin-top: 72px;
}

.login-brand-mark {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: radial-gradient(circle at 35% 32%, #f3ffe9, #8fd8cd 58%, #2f726b);
	box-shadow: 0 0 26px rgba(192, 253, 247, .4), inset 0 -4px 8px rgba(12, 56, 52, .5);
	position: relative;
}

.login-brand-mark::before {
	content: "";
	position: absolute;
	left: 17px;
	top: 13px;
	width: 22px;
	height: 29px;
	border-radius: 62% 40% 52% 52%;
	background: #0a2b28;
	transform: rotate(9deg);
}

.login-brand-mark::after {
	content: "";
	position: absolute;
	left: 40px;
	top: 18px;
	width: 15px;
	height: 23px;
	border-radius: 62% 40% 52% 52%;
	background: rgba(10, 43, 40, .85);
	transform: rotate(-13deg);
}

.login-brand h1 {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 6px;
	color: #effffb;
	text-shadow: 0 2px 18px rgba(192, 253, 247, .45);
}

.login-brand small {
	font-size: 10px;
	letter-spacing: 3px;
	color: rgba(192, 253, 247, .55);
}

.login-card {
	width: 100%;
	max-width: 420px;
	margin-top: 34px;
	padding: 26px 22px 22px;
	border-radius: 24px;
	border: 1px solid rgba(192, 253, 247, .22);
	background:
		linear-gradient(160deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .018)),
		rgba(10, 22, 19, .88);
	box-shadow: 0 24px 50px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .06);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-sizing: border-box;
}

.login-card h2 {
	color: #f0fffb;
	font-size: 22px;
	letter-spacing: 2px;
	text-align: center;
}

.login-tabs {
	display: flex;
	margin: 18px 0 20px;
	padding: 4px;
	border-radius: 12px;
	background: rgba(192, 253, 247, .06);
	border: 1px solid rgba(192, 253, 247, .12);
}

.login-tab {
	flex: 1;
	height: 34px;
	border: 0;
	border-radius: 9px;
	background: transparent;
	color: rgba(255, 255, 255, .55);
	font-size: 14px;
	font-weight: 700;
	font-family: inherit;
	cursor: pointer;
}

.login-tab.active {
	background: linear-gradient(135deg, #d8fffa, #8fe0d6);
	color: #123f42;
	box-shadow: 0 4px 14px rgba(192, 253, 247, .25);
}

.login-field {
	margin-bottom: 14px;
}

.login-field label {
	display: block;
	margin-bottom: 7px;
	color: rgba(255, 255, 255, .68);
	font-size: 12px;
	letter-spacing: 1px;
}

.login-input {
	position: relative;
}

.login-input-icon {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 13px;
	color: rgba(192, 253, 247, .6);
	pointer-events: none;
	z-index: 1;
}

.login-input input {
	width: 100%;
	height: 46px;
	padding: 0 14px 0 38px;
	border: 1px solid rgba(192, 253, 247, .28);
	border-radius: 12px;
	background: rgba(192, 253, 247, .06);
	color: #eafffb;
	font-size: 14px;
	font-family: inherit;
	outline: none;
	box-sizing: border-box;
}

.login-input input::placeholder {
	color: rgba(255, 255, 255, .34);
}

.login-captcha-row {
	display: flex;
	gap: 8px;
	align-items: center;
}

.login-captcha-row .login-input {
	flex: 1;
	min-width: 0;
}

.login-captcha-row .login-input input {
	padding-left: 14px;
}

.login-captcha-box {
	width: 96px;
	height: 46px;
	flex: none;
	border: 1px solid rgba(192, 253, 247, .28);
	border-radius: 12px;
	background:
		repeating-linear-gradient(45deg, rgba(192, 253, 247, .05) 0 6px, transparent 6px 12px),
		rgba(192, 253, 247, .05);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #c0fdf7;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 6px;
	text-shadow: 0 0 8px rgba(192, 253, 247, .6);
}

.login-captcha-canvas {
	width: 96px;
	height: 46px;
	flex: none;
	border: 1px solid rgba(192, 253, 247, .28);
	border-radius: 12px;
	background: rgba(192, 253, 247, .05);
	box-sizing: border-box;
}

.login-captcha-refresh {
	width: 46px;
	height: 46px;
	flex: none;
	border: 1px solid rgba(192, 253, 247, .28);
	border-radius: 12px;
	background: rgba(192, 253, 247, .08);
	color: #c0fdf7;
	font-size: 18px;
	font-family: inherit;
	cursor: pointer;
}

.login-gender {
	display: flex;
	gap: 8px;
}

.login-gender-option {
	flex: 1;
	height: 40px;
	border: 1px solid rgba(192, 253, 247, .28);
	border-radius: 12px;
	background: rgba(192, 253, 247, .06);
	color: rgba(255, 255, 255, .7);
	font-size: 14px;
	font-family: inherit;
	cursor: pointer;
}

.login-gender-option.active {
	background: rgba(192, 253, 247, .18);
	border-color: #c0fdf7;
	color: #eafffb;
}

.login-error {
	min-height: 18px;
	margin: 0 0 8px;
	color: #ff9d9d;
	font-size: 12px;
	text-align: center;
}

.login-submit {
	width: 100%;
	height: 48px;
	margin-top: 8px;
	border: 0;
	border-radius: 14px;
	background: linear-gradient(135deg, #d8fffa, #7fd9d0);
	color: #123f42;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 4px;
	font-family: inherit;
	cursor: pointer;
	box-shadow: 0 10px 24px rgba(192, 253, 247, .22);
}

.login-switch {
	margin-top: 16px;
	text-align: center;
	color: rgba(255, 255, 255, .5);
	font-size: 12px;
}

.login-link {
	border: 0;
	background: transparent;
	color: #c0fdf7;
	font-family: inherit;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}

.login-agreement {
	margin-top: 26px;
	text-align: center;
	font-size: 10px;
	color: rgba(255, 255, 255, .34);
	line-height: 1.8;
}

@media (max-width: 640px) {
	.login-brand {
		margin-top: 26px;
		gap: 6px;
	}

	.login-brand-mark {
		width: 48px;
		height: 48px;
	}

	.login-brand h1 {
		font-size: 24px;
	}

	.login-card {
		margin-top: 14px;
		padding: 16px 14px 14px;
	}

	.login-field {
		margin-bottom: 8px;
	}

	.login-tabs {
		margin: 10px 0 12px;
	}

	.login-tab {
		height: 30px;
	}

	.login-input input,
	.login-captcha-box,
	.login-captcha-canvas,
	.login-captcha-refresh {
		height: 40px;
	}

	.login-submit {
		height: 42px;
		margin-top: 4px;
		font-size: 15px;
	}

	.login-switch {
		margin-top: 10px;
	}

	.login-agreement {
		margin-top: 14px;
	}
}

#info #share.topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 18px;
	margin: 0;
	background: linear-gradient(180deg, rgba(5, 12, 9, .72), rgba(5, 12, 9, 0));
}

#info #share.topbar .site-title {
	margin: 0;
	font-size: 20px;
	letter-spacing: 3px;
	color: #effffb;
	text-shadow: 0 2px 12px rgba(192, 253, 247, .35);
}

.topbar-brand {
	display: flex;
	align-items: center;
	gap: 9px;
}

.topbar-mark {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: radial-gradient(circle at 35% 32%, #f3ffe9, #8fd8cd 58%, #2f726b);
	box-shadow: 0 0 14px rgba(192, 253, 247, .4);
	position: relative;
}

.topbar-mark::before {
	content: "";
	position: absolute;
	left: 9px;
	top: 7px;
	width: 11px;
	height: 15px;
	border-radius: 62% 40% 52% 52%;
	background: #0a2b28;
	transform: rotate(9deg);
}

.topbar-mark::after {
	content: "";
	position: absolute;
	left: 21px;
	top: 10px;
	width: 8px;
	height: 12px;
	border-radius: 62% 40% 52% 52%;
	background: rgba(10, 43, 40, .85);
	transform: rotate(-13deg);
}

.topbar-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

#info #share.topbar .topbar-btn {
	height: 30px;
	padding: 0 14px;
	border: 1px solid rgba(192, 253, 247, .35);
	border-radius: 999px;
	background: rgba(192, 253, 247, .08);
	color: #c0fdf7;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	font-family: inherit;
	cursor: pointer;
}

#info #share.topbar .topbar-btn.primary {
	background: linear-gradient(135deg, #d8fffa, #8fe0d6);
	border-color: #c0fdf7;
	color: #123f42;
}

.coin {
	display: flex;
	align-items: center;
	gap: 5px;
	height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	border: 1px solid rgba(255, 205, 130, .35);
	background: rgba(255, 205, 130, .12);
	color: #ffd9a0;
	font-size: 11px;
}

.coin i {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: radial-gradient(circle at 35% 35%, #ffe9c4, #d89a5a 65%, #8a5225);
}

#info #share.topbar .topbar-icon {
	height: 30px;
	min-width: 30px;
	padding: 0 10px;
	border: 1px solid rgba(192, 253, 247, .25);
	border-radius: 10px;
	background: rgba(192, 253, 247, .08);
	color: #c0fdf7;
	font-size: 13px;
	font-family: inherit;
	cursor: pointer;
}

#info #share.topbar .topbar-icon.logout {
	color: rgba(255, 180, 170, .9);
	border-color: rgba(255, 160, 150, .3);
	background: rgba(255, 120, 110, .08);
	font-size: 11px;
}

.user-row {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 10px 18px 0;
	padding: 12px 14px;
	height: 76px;
	border-radius: 18px;
	border: 1px solid rgba(192, 253, 247, .16);
	background:
		linear-gradient(160deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .015)),
		rgba(10, 22, 19, .7);
	box-sizing: border-box;
}

.user-avatar {
	position: relative;
	width: 52px;
	height: 52px;
	flex: none;
	border-radius: 50%;
	background: radial-gradient(circle at 35% 32%, #f3ffe9, #8fd8cd 58%, #2f726b);
	box-shadow: 0 6px 16px rgba(192, 253, 247, .25);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0a2b28;
	font-size: 22px;
	font-weight: 700;
}

.user-avatar::after {
	content: "";
	position: absolute;
	right: 1px;
	bottom: 2px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #63e6a6;
	border: 2px solid #0e201b;
}

.user-info {
	flex: 1;
	min-width: 0;
}

.user-info h3 {
	color: #f0fffb;
	font-size: 17px;
	letter-spacing: 1px;
}

.user-info p {
	margin-top: 4px;
	color: rgba(255, 255, 255, .55);
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.user-level {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin-top: 6px;
	height: 18px;
	padding: 0 8px;
	border-radius: 999px;
	background: rgba(192, 253, 247, .12);
	color: #c0fdf7;
	font-size: 10px;
}

.user-arrow {
	margin-left: auto;
	font-size: 18px;
}

.chat-dialog {
	max-width: 520px;
}

#chatDialog .auth-dialog {
	display: flex;
	flex-direction: column;
	max-height: 92vh;
}

.room-messages {
	flex: 1;
	min-height: 320px;
	max-height: 640px;
}

.chat-room-info h4 {
	font-size: 1.6em;
}

.chat-room-info p {
	font-size: 1.3em;
}

.room-msg .msg-text {
	font-size: 1.4em;
	padding: 9px 14px;
}

.room-input-row input {
	font-size: 1.4em;
	padding: 12px 14px;
}

.room-send {
	padding: 12px 24px;
	font-size: 1.4em;
}

@media (max-width: 640px) {
	#chatDialog .auth-dialog {
		max-height: 92vh;
	}

	.room-messages {
		min-height: 260px;
		max-height: 68vh;
	}
}
