/* Responsive, user-friendly login page */
#login_wrap.premium_login{width:100%;min-height:100%;overflow:auto;background:#0b1020;color:#fff;}
#intro_top{width:100%;min-height:100vh;height:auto;position:relative;background:#0b1020 url('images/background.jpg') center/cover no-repeat;}
#intro_top:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(7,11,25,.93),rgba(11,18,38,.78) 55%,rgba(17,24,47,.68));z-index:0;}
#intro_top:after{content:"";position:absolute;width:420px;height:420px;right:-160px;top:-160px;border-radius:50%;background:rgba(89,105,255,.18);filter:blur(75px);z-index:0;pointer-events:none;}
#intro_top .bcell_mid{position:relative;z-index:2;width:100%;min-height:100vh;padding:32px 20px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;}
.login_page_shell{width:100%;max-width:1040px;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);align-items:stretch;overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:26px;background:rgba(9,14,28,.72);box-shadow:0 25px 70px rgba(0,0,0,.45);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);}
.login_brand_panel{position:relative;min-width:0;padding:48px;display:flex;flex-direction:column;justify-content:center;overflow:hidden;background:linear-gradient(145deg,rgba(31,40,78,.62),rgba(10,15,29,.28));border-right:1px solid rgba(255,255,255,.1);}
.login_brand_panel:after{content:"";position:absolute;width:300px;height:300px;left:-150px;bottom:-180px;border-radius:50%;background:rgba(0,211,255,.12);filter:blur(70px);pointer-events:none;}
.brand_glow{position:absolute;width:220px;height:220px;left:10px;top:-70px;border-radius:50%;background:rgba(111,92,255,.14);filter:blur(70px);}
.brand_badge{position:absolute;right:34px;top:30px;width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;background:rgba(108,116,255,.16);border:1px solid rgba(151,158,255,.25);}
.brand_logo_wrap{position:relative;z-index:2;text-align:left;margin:0 0 30px;}
#login_logo{display:block;width:auto;max-width:270px;height:auto;max-height:78px;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(0,0,0,.3));}
.brand_copy{position:relative;z-index:2;max-width:450px;}
.brand_kicker{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border:1px solid rgba(255,255,255,.12);border-radius:30px;background:rgba(255,255,255,.05);color:#c3caff;font-size:10px;font-weight:800;letter-spacing:1px;text-transform:uppercase;}
.brand_copy h1{font-size:36px;line-height:1.13;margin:17px 0 12px;font-weight:800;letter-spacing:-.7px;}
.brand_copy p{margin:0;color:rgba(255,255,255,.62);font-size:13px;line-height:1.7;max-width:400px;}
.brand_features{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:28px;max-width:450px;}
.brand_features div{min-width:0;display:flex;align-items:center;gap:7px;padding:9px 8px;border-radius:10px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.07);color:rgba(255,255,255,.65);font-size:10px;}
.brand_features i{color:#98a1ff;font-size:11px;flex:0 0 auto;}
.brand_features span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#login_all.login_card{width:auto;max-width:none;margin:0;padding:44px 42px 30px;border:0;border-radius:0;background:rgba(5,9,19,.72);box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;min-width:0;}
.login_card_top{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:24px;}
.welcome_label{font-size:9px;font-weight:900;letter-spacing:1.8px;color:#98a1ff;}
.login_card_top h2{font-size:26px;line-height:1.2;margin:6px 0 6px;color:#fff;letter-spacing:-.4px;}
.login_card_top p{font-size:12px;color:rgba(255,255,255,.48);margin:0;line-height:1.5;}
.card_icon{width:44px;height:44px;flex:0 0 44px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:rgba(107,117,255,.14);border:1px solid rgba(151,158,255,.2);color:#aeb6ff;}
.login_actions{display:flex;flex-direction:column;gap:10px;}
.premium_action{width:100%;min-height:62px;padding:9px 12px;display:flex;align-items:center;text-align:left;gap:11px;border:1px solid rgba(255,255,255,.1);border-radius:14px;cursor:pointer;color:#fff;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease;position:relative;overflow:hidden;box-sizing:border-box;}
.premium_action:hover{transform:translateY(-1px);border-color:rgba(153,162,255,.34);box-shadow:0 9px 24px rgba(0,0,0,.25);}
.premium_action:focus-visible,.register_button:focus-visible,.language_button:focus-visible{outline:2px solid #9ca5ff;outline-offset:2px;}
.primary_action{background:linear-gradient(135deg,#6069f5,#7659e5);box-shadow:0 10px 25px rgba(93,91,238,.22);}
.secondary_action{background:rgba(255,255,255,.055);}
.guest_action{background:rgba(255,255,255,.025);}
.action_icon{width:39px;height:39px;flex:0 0 39px;border-radius:11px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.1);font-size:14px;}
.action_text{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0;}
.action_text strong{font-size:12px;font-weight:800;color:#fff;line-height:1.2;}
.action_text small{font-size:9px;color:rgba(255,255,255,.5);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.primary_action .action_text small{color:rgba(255,255,255,.72);}
.action_arrow{color:rgba(255,255,255,.65);font-size:10px;flex:0 0 auto;}
.register_box{margin-top:18px;padding:11px 12px 11px 15px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-radius:13px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.07);}
.register_text{display:flex;flex-direction:column;gap:4px;min-width:0;}
.register_text span{font-size:9px;color:rgba(255,255,255,.4);}
.register_text strong{font-size:11px;color:#b8c0ff;cursor:pointer;}
.register_button{width:34px;height:34px;flex:0 0 34px;border:0;border-radius:10px;background:rgba(126,135,255,.14);color:#aeb6ff;cursor:pointer;}
.login_card_footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:20px;padding-top:15px;border-top:1px solid rgba(255,255,255,.07);color:rgba(255,255,255,.34);font-size:8px;}
.login_card_footer span{display:flex;align-items:center;gap:6px;min-width:0;}
.login_card_footer span i{color:#7c88ff;}
.language_button{width:35px;height:29px;padding:0 6px;display:flex;align-items:center;justify-content:center;gap:5px;border:1px solid rgba(255,255,255,.1);border-radius:9px;background:rgba(255,255,255,.045);cursor:pointer;color:rgba(255,255,255,.45);flex:0 0 auto;}
.intro_lang{width:16px;height:16px;border-radius:50%;object-fit:cover;}
.language_button .fa{font-size:7px;}
.login_not_member{text-align:center;padding-top:5px;}
.section{width:100%;height:auto;margin:0 auto;}.section_content{width:100%;max-width:1100px;margin:0 auto;}.section_inside{margin:0 auto;}

/* Large desktop */
@media (min-width:1200px){.login_page_shell{max-width:1100px;}.login_brand_panel{padding:56px;}.brand_copy h1{font-size:40px;}#login_all.login_card{padding-left:48px;padding-right:48px;}}
/* Laptop / small desktop */
@media (max-width:1024px){#intro_top .bcell_mid{padding:24px 16px;}.login_page_shell{max-width:900px;grid-template-columns:minmax(0,1fr) minmax(330px,.92fr);}.login_brand_panel{padding:38px 34px;}.brand_copy h1{font-size:32px;}#login_all.login_card{padding:34px 30px 26px;}}
/* Tablet */
@media (max-width:760px){#intro_top .bcell_mid{align-items:flex-start;padding:18px 12px;}.login_page_shell{max-width:600px;grid-template-columns:1fr;border-radius:20px;}.login_brand_panel{padding:28px 24px 25px;border-right:0;border-bottom:1px solid rgba(255,255,255,.1);}.brand_logo_wrap{margin-bottom:18px;}#login_logo{max-width:220px;max-height:65px;}.brand_copy h1{font-size:28px;margin:13px 0 9px;}.brand_copy p{font-size:12px;line-height:1.6;}.brand_features{margin-top:18px;}#login_all.login_card{padding:27px 24px 22px;}.login_card_top{margin-bottom:20px;}}
/* Phones */
@media (max-width:480px){#intro_top{background-position:center top;}#intro_top .bcell_mid{padding:10px 8px;}.login_page_shell{border-radius:17px;}.login_brand_panel{padding:23px 18px 20px;}.brand_badge{right:17px;top:17px;width:35px;height:35px;border-radius:10px;font-size:12px;}#login_logo{max-width:180px;max-height:55px;}.brand_kicker{font-size:8px;padding:6px 9px;}.brand_copy h1{font-size:24px;letter-spacing:-.3px;}.brand_copy p{font-size:11px;line-height:1.55;}.brand_features{grid-template-columns:1fr 1fr;gap:6px;margin-top:15px;}.brand_features div{padding:7px 8px;font-size:9px;}.brand_features div:last-child{grid-column:1/-1;}.login_brand_panel:after{width:180px;height:180px;}#login_all.login_card{padding:23px 17px 18px;}.login_card_top{gap:10px;margin-bottom:17px;}.welcome_label{font-size:8px;}.login_card_top h2{font-size:21px;margin-top:5px;}.login_card_top p{font-size:10px;}.card_icon{width:38px;height:38px;flex-basis:38px;border-radius:10px;}.premium_action{min-height:58px;padding:8px 10px;gap:9px;border-radius:12px;}.action_icon{width:36px;height:36px;flex-basis:36px;border-radius:10px;font-size:12px;}.action_text strong{font-size:11px;}.action_text small{font-size:8px;}.action_arrow{font-size:9px;}.register_box{margin-top:15px;padding:9px 10px 9px 12px;}.register_text span{font-size:8px;}.register_text strong{font-size:10px;}.register_button{width:31px;height:31px;flex-basis:31px;}.login_card_footer{margin-top:15px;padding-top:12px;font-size:7px;}.language_button{width:33px;height:27px;}}
/* Very small phones */
@media (max-width:340px){#intro_top .bcell_mid{padding:5px;}.login_brand_panel{padding:20px 14px 17px;}#login_all.login_card{padding:20px 13px 15px;}.brand_copy h1{font-size:21px;}.brand_copy p{font-size:10px;}.brand_features div{font-size:8px;}.login_card_top h2{font-size:19px;}.action_text small{display:none;}.premium_action{min-height:53px;}.login_card_footer span{font-size:6px;}}
@media (prefers-reduced-motion:reduce){.premium_action{transition:none;}}


/* =========================================================
   ROX SEO CONTENT SYSTEM
   Responsive graphics, cards, icons and long-form content
   ========================================================= */
.rox-seo-area{
	width:100%;
	background:#fff;
	color:#172033;
	border-top:1px solid rgba(20,30,55,.08);
}
.rox-seo-container{
	width:100%;
	max-width:1180px;
	margin:0 auto;
	padding:78px 24px 90px;
	box-sizing:border-box;
}
.rox-section-heading{
	max-width:820px;
	margin:0 auto 42px;
	text-align:center;
}
.rox-eyebrow{
	display:inline-flex;
	align-items:center;
	gap:8px;
	padding:8px 13px;
	border:1px solid #dfe4ff;
	border-radius:999px;
	background:#f7f8ff;
	color:#5c63dc;
	font-size:10px;
	font-weight:900;
	letter-spacing:1.6px;
}
.rox-section-heading h2{
	margin:15px 0 12px;
	font-size:36px;
	line-height:1.16;
	letter-spacing:-.8px;
	color:#111827;
}
.rox-section-heading p{
	margin:0;
	color:#667085;
	font-size:15px;
	line-height:1.85;
}
.rox-room-grid{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:18px;
}
.rox-room-card{
	position:relative;
	display:flex;
	gap:18px;
	padding:25px;
	border:1px solid #e7eaf2;
	border-radius:20px;
	background:#fff;
	box-shadow:0 12px 35px rgba(22,31,55,.06);
	overflow:hidden;
	transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.rox-room-card:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:3px;
	background:linear-gradient(180deg,#6570f6,#9b63ed);
	opacity:.9;
}
.rox-room-card:hover{
	transform:translateY(-4px);
	border-color:#d9ddf5;
	box-shadow:0 18px 45px rgba(22,31,55,.10);
}
.rox-featured-room{
	grid-column:1/-1;
	background:linear-gradient(135deg,#fafbff,#fff);
}
.rox-room-icon{
	width:58px;
	height:58px;
	flex:0 0 58px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:17px;
	background:#f0f2ff;
	border:1px solid #dfe3ff;
	color:#6069e9;
	font-size:22px;
	box-shadow:inset 0 0 0 5px rgba(255,255,255,.7);
}
.rox-room-body{min-width:0;flex:1;}
.rox-card-tag{
	display:inline-block;
	margin-bottom:7px;
	color:#6870d9;
	font-size:9px;
	font-weight:900;
	letter-spacing:1.4px;
}
.rox-room-card h3{
	margin:0 0 8px;
	font-size:20px;
	line-height:1.3;
	color:#172033;
}
.rox-room-card p{
	margin:0;
	color:#687385;
	font-size:13px;
	line-height:1.8;
}
.rox-room-meta{
	display:flex;
	flex-wrap:wrap;
	gap:8px 16px;
	margin-top:16px;
	color:#7a8497;
	font-size:10px;
	font-weight:700;
}
.rox-room-meta i{color:#6972e6;margin-right:4px;}
.rox-content-panel{
	display:grid;
	grid-template-columns:76px minmax(0,1fr);
	gap:25px;
	margin-top:28px;
	padding:38px;
	border-radius:24px;
	background:#f7f8fc;
	border:1px solid #e8eaf2;
}
.rox-panel-icon{
	width:76px;
	height:76px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:22px;
	background:#fff;
	border:1px solid #e0e4f2;
	color:#626be8;
	font-size:27px;
	box-shadow:0 10px 25px rgba(20,30,60,.06);
}
.rox-panel-label{
	color:#6971dc;
	font-size:9px;
	font-weight:900;
	letter-spacing:1.6px;
}
.rox-content-panel h2{
	margin:8px 0 13px;
	font-size:27px;
	line-height:1.25;
	color:#182033;
}
.rox-content-panel p{
	margin:0 0 13px;
	color:#687385;
	font-size:13px;
	line-height:1.85;
}
.rox-content-panel p:last-child{margin-bottom:0;}
.rox-benefits{
	display:grid;
	grid-template-columns:repeat(4,minmax(0,1fr));
	gap:15px;
	margin-top:28px;
}
.rox-benefit{
	padding:25px 20px;
	text-align:center;
	border:1px solid #e7eaf2;
	border-radius:19px;
	background:#fff;
	box-shadow:0 10px 30px rgba(22,31,55,.045);
}
.rox-benefit-icon{
	width:48px;
	height:48px;
	margin:0 auto 14px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:14px;
	background:#f4f5ff;
	border:1px solid #e1e4ff;
	color:#616ae7;
	font-size:17px;
}
.rox-benefit h3{
	margin:0 0 8px;
	font-size:15px;
	color:#20283a;
}
.rox-benefit p{
	margin:0;
	color:#737d8e;
	font-size:11px;
	line-height:1.7;
}
.rox-faq{margin-top:78px;}
.rox-faq-heading{margin-bottom:28px;}
.rox-faq-heading h2{font-size:30px;}
.rox-faq-grid{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:14px;
}
.rox-faq-item{
	padding:23px 24px;
	border:1px solid #e7eaf2;
	border-radius:17px;
	background:#fff;
}
.rox-faq-item h3{
	margin:0 0 9px;
	color:#252d40;
	font-size:14px;
	line-height:1.45;
}
.rox-faq-item h3 i{
	color:#6971e7;
	margin-right:7px;
}
.rox-faq-item p{
	margin:0;
	color:#737d8e;
	font-size:11px;
	line-height:1.75;
}
.rox-seo-bottom{
	display:flex;
	align-items:center;
	gap:22px;
	margin-top:28px;
	padding:30px 34px;
	border-radius:22px;
	background:linear-gradient(135deg,#f7f8ff,#fbfbfd);
	border:1px solid #e1e4f7;
}
.rox-seo-bottom-icon{
	width:58px;
	height:58px;
	flex:0 0 58px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:17px;
	background:#fff;
	border:1px solid #dfe3f5;
	color:#626be7;
	font-size:21px;
}
.rox-seo-bottom h2{
	margin:0 0 7px;
	color:#1b2335;
	font-size:21px;
}
.rox-seo-bottom p{
	margin:0;
	color:#707a8b;
	font-size:12px;
	line-height:1.8;
}

@media (max-width:900px){
	.rox-seo-container{padding:62px 20px 72px;}
	.rox-section-heading h2{font-size:31px;}
	.rox-benefits{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:680px){
	.rox-seo-container{padding:48px 14px 58px;}
	.rox-section-heading{margin-bottom:30px;}
	.rox-section-heading h2{font-size:27px;letter-spacing:-.5px;}
	.rox-section-heading p{font-size:13px;line-height:1.75;}
	.rox-room-grid,.rox-faq-grid{grid-template-columns:1fr;}
	.rox-featured-room{grid-column:auto;}
	.rox-room-card{padding:20px;gap:14px;border-radius:17px;}
	.rox-room-icon{width:49px;height:49px;flex-basis:49px;border-radius:14px;font-size:18px;}
	.rox-room-card h3{font-size:17px;}
	.rox-room-card p{font-size:12px;line-height:1.75;}
	.rox-room-meta{font-size:9px;}
	.rox-content-panel{grid-template-columns:1fr;gap:15px;padding:25px;border-radius:19px;}
	.rox-panel-icon{width:54px;height:54px;border-radius:15px;font-size:20px;}
	.rox-content-panel h2{font-size:22px;}
	.rox-content-panel p{font-size:12px;}
	.rox-benefits{grid-template-columns:1fr 1fr;gap:10px;}
	.rox-benefit{padding:20px 13px;}
	.rox-benefit h3{font-size:13px;}
	.rox-benefit p{font-size:10px;}
	.rox-faq{margin-top:55px;}
	.rox-faq-heading h2{font-size:26px;}
	.rox-faq-item{padding:19px;}
	.rox-seo-bottom{align-items:flex-start;padding:23px;gap:15px;}
	.rox-seo-bottom-icon{width:48px;height:48px;flex-basis:48px;}
	.rox-seo-bottom h2{font-size:18px;}
	.rox-seo-bottom p{font-size:11px;}
}
@media (max-width:400px){
	.rox-seo-container{padding-left:10px;padding-right:10px;}
	.rox-section-heading h2{font-size:23px;}
	.rox-eyebrow{font-size:8px;letter-spacing:1px;}
	.rox-room-card{display:block;padding:18px;}
	.rox-room-icon{margin-bottom:13px;}
	.rox-benefits{grid-template-columns:1fr;}
	.rox-content-panel{padding:20px;}
}
@media (prefers-reduced-motion:reduce){
	.rox-room-card{transition:none;}
}
