*{box-sizing:border-box}
.loy-dashboard{
 --loy-navy:#12345b;--loy-text:#53657c;--loy-border:#e5ebf3;--loy-bg:#f6f9fc;
 --loy-blue:#63d8e8;--loy-blue-soft:#edf8ff;--loy-pink-soft:#fff3f7;
 display:grid;grid-template-columns:270px minmax(0,1fr);gap:26px;width:100%;
 max-width:1600px;margin:28px auto;padding:28px;background:var(--loy-bg);
 color:var(--loy-navy);font-family:Arial,Helvetica,sans-serif;border-radius:28px
}
.loy-sidebar,.loy-card,.loy-stat-card,.loy-welcome-card{
 background:#fff;border:1px solid var(--loy-border);border-radius:22px;
 box-shadow:0 14px 40px rgba(18,52,91,.07)
}
.loy-sidebar{padding:26px 18px;align-self:start;position:sticky;top:20px}
.loy-brand{display:flex;align-items:center;gap:12px;padding:4px 10px 24px}
.loy-brand-mark{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;
 font-size:18px;font-weight:900;color:#fff;background:linear-gradient(135deg,#69dce8,#7fb8f4 55%,#f2a7c2)}
.loy-brand strong{display:block;font-size:15px}.loy-brand span{display:block;margin-top:3px;font-size:12px;color:var(--loy-text)}
.loy-sidebar-nav{display:flex;flex-direction:column;gap:7px}
.loy-sidebar-nav a{display:flex;align-items:center;gap:12px;padding:14px 15px;border-radius:14px;
 color:var(--loy-navy);text-decoration:none;font-size:14px;font-weight:700;transition:.2s ease}
.loy-sidebar-nav a:hover,.loy-sidebar-nav a.is-active{background:var(--loy-blue-soft);color:#397bd7;transform:translateX(2px)}
.loy-nav-icon{width:20px;height:20px;display:grid;place-items:center;flex:0 0 20px}
.loy-nav-icon svg,.loy-stat-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.loy-main{display:flex;flex-direction:column;gap:24px;min-width:0}
.loy-welcome-card{min-height:180px;padding:34px 38px;display:flex;align-items:center;justify-content:space-between;overflow:hidden;
 background:linear-gradient(90deg,#edf8ff 0%,#fff 50%,#fff3f7 100%)}
.loy-welcome-copy{max-width:70%}.loy-welcome-card h1{margin:0 0 9px;font-size:36px;line-height:1.15;color:var(--loy-navy)}
.loy-welcome-card p,.loy-welcome-card span{display:block;margin:0;color:var(--loy-text)}
.loy-welcome-card p{font-size:16px}.loy-welcome-card span{margin-top:21px;font-size:14px}
.loy-welcome-art{position:relative;width:210px;height:130px;flex:0 0 210px}
.loy-gift{position:absolute;right:28px;bottom:12px;width:100px;height:84px;border-radius:24px;display:grid;place-items:center;
 color:#fff;font-size:26px;font-weight:900;letter-spacing:1px;background:linear-gradient(145deg,#6cdbe7,#79baf4 55%,#f2aec8);
 box-shadow:0 20px 35px rgba(79,145,215,.22);transform:rotate(-3deg)}
.loy-orb{position:absolute;border-radius:50%;filter:blur(.2px)}.loy-orb-one{width:74px;height:74px;right:5px;top:0;background:rgba(99,216,232,.22)}
.loy-orb-two{width:48px;height:48px;left:24px;bottom:4px;background:rgba(244,174,201,.24)}
.loy-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.loy-stat-card{min-height:175px;padding:24px;transition:transform .2s ease,box-shadow .2s ease}
.loy-stat-card:hover{transform:translateY(-4px);box-shadow:0 20px 46px rgba(18,52,91,.11)}
.loy-stat-icon{width:50px;height:50px;display:grid;place-items:center;margin-bottom:18px;border-radius:15px;background:var(--loy-blue-soft);color:#5f7186;padding:13px}
.loy-stat-label{color:var(--loy-navy);font-size:15px;font-weight:700}.loy-stat-value{margin-top:12px;color:var(--loy-navy);font-size:34px;line-height:1.1;font-weight:800}
.loy-stat-date{font-size:23px}
.loy-card{padding:28px}.loy-card h2{margin:0 0 8px;font-size:21px;color:var(--loy-navy)}.loy-card p{margin:0;color:var(--loy-text);line-height:1.5}
.loy-level-top{display:flex;justify-content:space-between;gap:20px;align-items:center}.loy-level-badge{min-width:80px;height:80px;display:grid;place-items:center;
 border-radius:20px;background:linear-gradient(135deg,#e8f6ff,#fff0f5);font-size:27px;font-weight:800}
.loy-progress{width:100%;height:15px;margin-top:26px;overflow:hidden;border-radius:999px;background:#e8eef5}
.loy-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#5b9ee8,#63d8e8,#67d9ba)}
.loy-progress-caption{margin-top:12px!important;font-size:14px}
.loy-two-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.loy-link-box{display:flex;gap:10px;margin-top:22px;padding:10px;border:1px solid var(--loy-border);border-radius:14px;background:#f7f9fc}
.loy-link-box input{flex:1;min-width:0;padding:10px;border:0;outline:0;background:transparent;color:var(--loy-text)}
.loy-copy-button,.loy-primary-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:12px 22px;border:0;border-radius:11px;
 background:#4b8ee5;color:#fff!important;text-decoration:none!important;font-weight:700;cursor:pointer;box-shadow:0 8px 18px rgba(75,142,229,.2)}
.loy-share-row{display:flex;gap:10px;margin-top:16px;flex-wrap:wrap}.loy-share-row a,.loy-materials-grid a{padding:11px 15px;border-radius:11px;background:var(--loy-blue-soft);
 color:var(--loy-navy);text-decoration:none;font-weight:700}
.loy-performance-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:22px}.loy-performance-grid div{padding:15px;border-radius:13px;background:#f8fafc}
.loy-performance-grid span{display:block;color:var(--loy-text);font-size:12px}.loy-performance-grid strong{display:block;margin-top:5px;font-size:19px}
.loy-chart-placeholder,.loy-empty-state{min-height:170px;margin-top:18px;display:grid;place-items:center;text-align:center;border:1px dashed #d8e1ec;border-radius:16px;color:#7a899c;
 background:linear-gradient(180deg,#fbfcfe,#f7faff)}
.loy-materials-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;margin-top:22px}.loy-materials-grid a{min-height:82px;display:grid;place-items:center;text-align:center;
 border:1px solid var(--loy-border);background:linear-gradient(135deg,#f5fbff,#fff8fb);transition:.2s ease}
.loy-materials-grid a:hover{transform:translateY(-2px)}
.loy-final-banner{display:flex;align-items:center;justify-content:space-between;gap:20px;background:linear-gradient(90deg,#eaf7ff 0%,#fff 50%,#fff0f5 100%)}
.loy-login-card{max-width:680px;margin:60px auto;padding:36px;text-align:center;border:1px solid #e6ecf3;border-radius:20px;background:#fff;
 box-shadow:0 12px 35px rgba(18,52,91,.08)}
@media(max-width:1180px){.loy-dashboard{grid-template-columns:1fr}.loy-sidebar{position:static}.loy-sidebar-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
.loy-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767px){.loy-dashboard{padding:12px;margin:12px auto;border-radius:18px}.loy-sidebar-nav,.loy-stats-grid,.loy-two-columns,.loy-performance-grid{grid-template-columns:1fr}
.loy-welcome-card{min-height:auto;padding:24px}.loy-welcome-copy{max-width:100%}.loy-welcome-card h1{font-size:28px}.loy-welcome-art{display:none}
.loy-final-banner{align-items:flex-start;flex-direction:column}.loy-level-top{align-items:flex-start}.loy-link-box{flex-direction:column}}


/* Refinamentos da versão 1.3.0 */
.loy-dashboard{
	grid-template-columns:240px minmax(0,1fr);
	max-width:1440px;
	padding:18px;
	gap:18px;
	border-radius:0;
}
.loy-sidebar{
	border-radius:18px;
	padding:20px 14px;
	min-height:calc(100vh - 56px);
}
.loy-brand{
	padding:0 8px 18px;
	justify-content:center;
}
.loy-brand-logo{
	width:150px;
	max-width:100%;
	display:flex;
	justify-content:center;
}
.loy-brand-logo img,
.loy-welcome-logo img{
	display:block;
	max-width:100%;
	height:auto;
	object-fit:contain;
}
.loy-site-logo{
	max-height:72px;
	width:auto;
}
.loy-logo-fallback{
	font-size:28px;
	font-weight:900;
	letter-spacing:1px;
	background:linear-gradient(90deg,#68dbe8,#7dbcf4,#f2aac6);
	-webkit-background-clip:text;
	background-clip:text;
	color:transparent;
}
.loy-topbar{
	min-height:62px;
	display:flex;
	align-items:center;
	gap:14px;
	padding:0 6px 0 4px;
}
.loy-menu-toggle{
	width:38px;height:38px;border:0;border-radius:11px;background:#fff;
	box-shadow:0 8px 24px rgba(18,52,91,.06);color:var(--loy-navy);cursor:pointer
}
.loy-topbar-spacer{flex:1}
.loy-user-summary{display:flex;align-items:center;gap:10px}
.loy-user-avatar{
	width:42px;height:42px;border-radius:50%;display:grid;place-items:center;
	background:linear-gradient(135deg,#f3d0a4,#f0a9c4);color:#fff;font-weight:800
}
.loy-user-summary strong{display:block;font-size:13px}
.loy-user-summary span{display:block;font-size:11px;color:var(--loy-text);margin-top:2px}
.loy-main{gap:18px}
.loy-welcome-card{
	min-height:155px;
	padding:28px 32px;
	border-radius:18px;
}
.loy-welcome-card h1{font-size:32px}
.loy-welcome-copy{max-width:68%}
.loy-welcome-art{width:190px;height:116px;flex:0 0 190px}
.loy-welcome-logo{
	position:absolute;right:18px;bottom:8px;width:120px;height:86px;
	padding:14px;border-radius:24px;background:rgba(255,255,255,.72);
	box-shadow:0 18px 32px rgba(72,126,188,.16);display:flex;align-items:center;justify-content:center;
	transform:rotate(-2deg)
}
.loy-welcome-logo .loy-site-logo{max-height:56px}
.loy-stats-grid{gap:14px}
.loy-stat-card{
	min-height:150px;
	padding:18px;
	border-radius:16px;
}
.loy-stat-icon{width:42px;height:42px;padding:11px;margin-bottom:14px}
.loy-stat-value{font-size:31px}
.loy-card{padding:24px;border-radius:18px}
.loy-two-columns{gap:16px}
.loy-level-badge{min-width:72px;height:72px;border-radius:17px}
.loy-progress{height:12px}
.loy-chart-placeholder,.loy-empty-state{min-height:145px}
.loy-materials-grid a{min-height:74px}
.loy-bonus-strip{
	display:grid;
	grid-template-columns:1.1fr .9fr;
	gap:20px;
	align-items:center;
	background:linear-gradient(90deg,#eaf7ff 0%,#fff 48%,#fff0f5 100%);
}
.loy-ranking{
	display:grid;
	grid-template-columns:1fr;
	gap:6px;
	padding:16px 18px;
	border-radius:14px;
	background:rgba(255,255,255,.75)
}
.loy-ranking strong{margin-bottom:4px}
.loy-ranking span{font-size:13px;color:var(--loy-text)}
@media(max-width:1180px){
	.loy-dashboard{grid-template-columns:1fr}
	.loy-sidebar{min-height:0}
	.loy-brand{justify-content:flex-start}
	.loy-brand-logo{width:130px}
}
@media(max-width:767px){
	.loy-topbar{padding:0}
	.loy-user-summary div:last-child{display:none}
	.loy-bonus-strip{grid-template-columns:1fr}
}


/* Integração real - versão 1.4.0 */
.loy-integration-notice{
	padding:13px 16px;border:1px solid #ffd2d2;border-radius:12px;background:#fff5f5;color:#9b2c2c;font-size:13px
}
.loy-integration-notice.is-warning{border-color:#f6df9e;background:#fffaf0;color:#8a5b00}
.loy-real-chart{margin-top:18px;padding:14px;border:1px solid var(--loy-border);border-radius:16px;background:linear-gradient(180deg,#fbfdff,#f7faff)}
.loy-real-chart svg{display:block;width:100%;height:auto;overflow:visible}
.loy-chart-axis{stroke:#dfe7f0;stroke-width:1}
.loy-chart-line{fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.loy-chart-visits{stroke:#4b8ee5}.loy-chart-earnings{stroke:#5bc59f}
.loy-chart-legend{display:flex;gap:18px;justify-content:center;margin-top:8px;font-size:12px;color:var(--loy-text)}
.loy-chart-legend i{display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:5px}
.loy-chart-legend .is-visits{background:#4b8ee5}.loy-chart-legend .is-earnings{background:#5bc59f}
.loy-empty-chart{min-height:130px;display:grid;place-items:center;text-align:center;color:#7a899c}
.loy-orders-table-wrap{margin-top:18px;overflow-x:auto}
.loy-orders-table{width:100%;border-collapse:collapse;font-size:13px}
.loy-orders-table th,.loy-orders-table td{padding:12px 10px;text-align:left;border-bottom:1px solid #edf1f5;white-space:nowrap}
.loy-orders-table th{color:#65758a;font-size:11px;text-transform:uppercase;letter-spacing:.03em}
.loy-status{display:inline-flex;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:700;background:#edf2f7;color:#526174}
.loy-status-paid,.loy-status-completed{background:#e7f8ef;color:#277a4d}
.loy-status-pending,.loy-status-pending_payment{background:#fff4dc;color:#9a6500}
.loy-status-cancelled,.loy-status-refunded{background:#fdecec;color:#a63f3f}
