.executive-dashboard{padding-top:28px}.executive-welcome{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:30px 34px;border:1px solid #f0dfe5;border-radius:28px;background:linear-gradient(120deg,#fff,#fff7fa 55%,#fbe8ef);box-shadow:var(--soft-shadow)}.human-welcome small{display:block;margin-top:7px;color:var(--rose-dark);font-weight:700}.executive-welcome h1{font-family:'Playfair Display',serif;font-size:42px;line-height:1.05;margin:8px 0}.executive-welcome p{margin:0;color:var(--muted);font-size:15px}.executive-welcome p strong{color:var(--rose-dark)}.module-nav{display:flex;gap:8px;overflow-x:auto;margin:18px 0 0;padding:6px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--soft-shadow)}.module-nav a{white-space:nowrap;padding:10px 16px;border-radius:13px;color:var(--muted);font-size:12px;font-weight:800}.module-nav a:hover,.module-nav a.active{background:var(--rose-soft);color:var(--rose-dark)}.executive-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:20px 0}.executive-stat{display:flex;align-items:center;gap:15px;min-height:126px;padding:20px;border:1px solid var(--line);border-radius:21px;background:#fff;box-shadow:var(--soft-shadow);position:relative;overflow:hidden}.executive-stat:after{content:'';position:absolute;width:86px;height:86px;border-radius:50%;right:-30px;top:-30px;background:var(--rose-soft);opacity:.75}.executive-stat .stat-icon{position:relative;z-index:1;flex:0 0 48px;width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:var(--rose-soft);font-size:21px}.executive-stat div{position:relative;z-index:1;min-width:0}.executive-stat small,.executive-stat strong,.executive-stat div>span{display:block}.executive-stat small{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-weight:700}.executive-stat strong{font-size:25px;line-height:1.12;margin:5px 0;color:var(--ink)}.executive-stat div>span{font-size:11px;color:var(--muted)}.executive-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(300px,.7fr);gap:20px}.dashboard-orders{min-width:0}.dashboard-orders .panel-heading h2,.priority-panel h2,.quick-actions-panel h2{font-family:'Playfair Display',serif;margin:4px 0 0}.story-card{display:grid;grid-template-columns:46px minmax(0,1fr) auto 165px;align-items:center;gap:14px;margin-top:12px;padding:16px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(135deg,#fff,#fffafc);transition:.2s}.story-card:hover{transform:translateY(-2px);border-color:#e7b6c5;box-shadow:var(--soft-shadow)}.order-customer-avatar{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(145deg,var(--rose-soft),#f9dce5);color:var(--rose-dark);font-family:'Playfair Display',serif;font-weight:700;font-size:18px}.executive-order-main{min-width:0}.executive-order-title{display:flex;align-items:baseline;gap:8px}.executive-order-title span{font-size:10px;color:var(--muted)}.executive-order-main>small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--muted);font-size:12px;margin-top:3px}.executive-order-total{font-size:13px;white-space:nowrap}.story-card form{margin:0}.story-card .status-select{margin:0;padding:9px 11px;font-size:12px;border-radius:999px;background:#fff}.dashboard-side-stack{display:flex;flex-direction:column;gap:20px}.priority-item{display:flex;gap:12px;padding:15px 0;border-bottom:1px solid var(--line)}.priority-item:last-child{border:0;padding-bottom:0}.priority-dot{flex:0 0 11px;width:11px;height:11px;border-radius:50%;margin-top:5px}.priority-dot.pending{background:#e9a23b;box-shadow:0 0 0 5px #fff4df}.priority-dot.production{background:#9067d6;box-shadow:0 0 0 5px #f2edfc}.priority-dot.ready{background:#2aaa68;box-shadow:0 0 0 5px #e8f8ef}.priority-item strong,.priority-item small{display:block}.priority-item strong{font-size:13px}.priority-item small{font-size:11px;color:var(--muted);margin-top:3px}.priority-empty{text-align:center;padding:28px 12px 10px}.priority-empty span{display:block;font-size:30px}.priority-empty strong,.priority-empty small{display:block}.priority-empty strong{font-family:'Playfair Display',serif;font-size:20px;margin-top:7px}.priority-empty small{color:var(--muted);margin-top:4px}.quick-action-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}.quick-action-grid a{padding:14px;border:1px solid var(--line);border-radius:16px;background:var(--paper);transition:.2s}.quick-action-grid a:hover{transform:translateY(-2px);border-color:#e6b4c3;box-shadow:var(--soft-shadow)}.quick-action-grid a>span{display:grid;place-items:center;width:31px;height:31px;border-radius:10px;background:var(--rose-soft);color:var(--rose-dark);font-weight:800;margin-bottom:9px}.quick-action-grid strong,.quick-action-grid small{display:block}.quick-action-grid strong{font-size:12px}.quick-action-grid small{font-size:10px;color:var(--muted);margin-top:2px}.dashboard-management{margin-top:22px;scroll-margin-top:90px}.dashboard-empty{padding:46px 20px;text-align:center;color:var(--muted)}.dashboard-empty strong,.dashboard-empty span{display:block}.dashboard-empty strong{font-family:'Playfair Display',serif;font-size:22px;color:var(--ink)}.status-new{color:#8d5b12}.status-awaiting_payment{color:#9a6510}.status-paid{color:#2466a8}.status-production{color:#7152b4}.status-ready{color:#18864b}.status-delivered{color:#56606a}.status-cancelled{color:#a52b22}@media(max-width:1180px){.executive-stats{grid-template-columns:1fr 1fr}.executive-grid{grid-template-columns:1fr}.dashboard-side-stack{display:grid;grid-template-columns:1fr 1fr}}@media(max-width:760px){.executive-welcome{align-items:flex-start;flex-direction:column;padding:24px}.executive-welcome h1{font-size:36px}.executive-welcome .admin-head-actions{width:100%;display:grid;grid-template-columns:1fr 1fr}.executive-welcome .admin-head-actions form{grid-column:1/-1}.executive-welcome .admin-head-actions button{width:100%}.executive-stats{grid-template-columns:1fr}.story-card{grid-template-columns:42px 1fr auto}.story-card form{grid-column:2/-1}.story-card .status-select{width:100%}.dashboard-side-stack{grid-template-columns:1fr}.quick-action-grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.executive-welcome .admin-head-actions{grid-template-columns:1fr}.executive-welcome .admin-head-actions form{grid-column:auto}.quick-action-grid{grid-template-columns:1fr}.story-card{grid-template-columns:38px 1fr}.executive-order-total{grid-column:2}.story-card form{grid-column:2}.order-customer-avatar{width:38px;height:38px}}

/* Mundo Leo dashboard premium refresh */
body.admin-body{background:linear-gradient(180deg,#fffafd 0,#f8f7fb 45%,#f6f7fb 100%)!important}.admin-sidebar{background:linear-gradient(180deg,#fff 0,#fffafc 100%)!important;border-right:1px solid #f0e4ea!important;box-shadow:7px 0 28px rgba(81,48,67,.06)!important}.admin-menu-section{color:#a08a98!important}.admin-menu a{color:#465064!important}.admin-menu a .nav-icon{color:#7c8290!important}.admin-menu a:hover{background:#fff1f6!important;color:#d72d74!important}.admin-menu a.active{background:linear-gradient(90deg,#ffe6f0,#fff1f6)!important;color:#d72d74!important;border-right:0!important;border-left:4px solid #ed3b86!important;border-radius:10px!important;box-shadow:0 7px 18px rgba(237,59,134,.08)!important}.admin-menu a.active .nav-icon{color:#ed3b86!important}.atlas-company-card{border:1px solid #efdce6!important;background:#fff!important;box-shadow:0 8px 20px rgba(72,47,61,.05)!important}.atlas-company-avatar{background:#ffe5f0!important;color:#d72d74!important;border-color:#ffc8dc!important}.atlas-company-card strong{color:#253047!important}.atlas-company-card span,.atlas-company-copy small{color:#9a8692!important}.admin-sidebar-footer button{color:#667085!important}.admin-topbar{background:rgba(255,255,255,.96)!important;border-bottom:1px solid #f0e6eb!important;box-shadow:0 3px 14px rgba(79,53,68,.035)!important}.atlas-search{background:#fff9fb!important;border:1px solid #f0dfe7!important}.topbar-new-order{background:linear-gradient(90deg,#ed3b86,#e8317c)!important;border-color:#e8317c!important;box-shadow:0 8px 18px rgba(237,59,134,.2)!important}.environment-staging{background:#fff5dc!important;border-color:#f2d58c!important;color:#a76e00!important}.admin-content{max-width:1480px!important;padding:30px 34px 46px!important}.atlas-dashboard-header h1{font-size:30px!important;color:#14213d!important}.atlas-dashboard-header p{color:#877584!important}.atlas-date{border:1px solid #ecdfe5!important;border-radius:12px!important;background:#fff!important;box-shadow:0 6px 16px rgba(71,48,61,.04)!important}.atlas-kpis{gap:16px!important;margin-bottom:20px!important}.atlas-kpi{position:relative;overflow:hidden;border-radius:18px!important;border:1px solid #f0cddd!important;background:linear-gradient(145deg,#fff,#fff8fb)!important;box-shadow:0 14px 34px rgba(101,53,76,.07)!important;padding:20px!important;transition:.18s ease}.atlas-kpi:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(101,53,76,.11)!important}.atlas-kpi:after{content:"";position:absolute;right:-24px;bottom:-26px;width:110px;height:110px;border-radius:50%;background:radial-gradient(circle,rgba(237,59,134,.13),rgba(237,59,134,0) 70%)}.atlas-kpi:nth-child(2){border-color:#ded2fb!important;background:linear-gradient(145deg,#fff,#faf7ff)!important}.atlas-kpi:nth-child(2):after{background:radial-gradient(circle,rgba(139,92,246,.13),rgba(139,92,246,0) 70%)}.atlas-kpi:nth-child(3){border-color:#cfeadd!important;background:linear-gradient(145deg,#fff,#f6fcf8)!important}.atlas-kpi:nth-child(3):after{background:radial-gradient(circle,rgba(31,167,106,.13),rgba(31,167,106,0) 70%)}.atlas-kpi:nth-child(4){border-color:#f5dfbd!important;background:linear-gradient(145deg,#fff,#fffaf2)!important}.atlas-kpi:nth-child(4):after{background:radial-gradient(circle,rgba(238,154,37,.15),rgba(238,154,37,0) 70%)}.atlas-kpi-icon{width:48px!important;height:48px!important;border-radius:14px!important;background:#ffe5f0!important;color:#ed3b86!important;box-shadow:inset 0 0 0 1px #ffd1e2}.atlas-kpi:nth-child(2) .atlas-kpi-icon{background:#eee5ff!important;color:#8b5cf6!important;box-shadow:inset 0 0 0 1px #e1d3ff}.atlas-kpi:nth-child(3) .atlas-kpi-icon{background:#e2f7eb!important;color:#1fa76a!important;box-shadow:inset 0 0 0 1px #cdebd9}.atlas-kpi:nth-child(4) .atlas-kpi-icon{background:#fff0da!important;color:#ee9a25!important;box-shadow:inset 0 0 0 1px #f7ddba}.atlas-kpi-label{color:#4a3f48!important}.atlas-kpi-value{font-size:25px!important;color:#16223c!important}.atlas-panel{border:1px solid #eadfe6!important;border-radius:19px!important;background:rgba(255,255,255,.97)!important;box-shadow:0 14px 34px rgba(75,50,64,.065)!important;padding:20px!important}.atlas-panel-head{padding-bottom:12px!important;border-bottom:1px solid #f3e8ee!important}.atlas-panel-head h2,.insights-header h2{font-size:15px!important;color:#17223c!important}.atlas-panel-head a{color:#ed3b86!important;font-weight:700!important}.insights-tabs{padding:4px!important;border:1px solid #f0dfe7!important;border-radius:11px!important;background:#fff8fb!important}.insights-tab.active{background:#fff!important;color:#ed3b86!important;box-shadow:0 3px 10px rgba(91,53,73,.08)!important}.revenue-summary>div{border:1px solid #f0dfe7!important;border-radius:13px!important;background:linear-gradient(135deg,#fff,#fff8fb)!important;padding:12px 14px!important}.revenue-summary>div:nth-child(2){background:linear-gradient(135deg,#fff,#faf7ff)!important;border-color:#e8defa!important}.revenue-summary>div:nth-child(3){background:linear-gradient(135deg,#fff,#fff9ef)!important;border-color:#f5e5ca!important}.atlas-chart-grid line{stroke:#f2e8ed!important}.atlas-chart-line{stroke:#ed3b86!important;stroke-width:3.4!important}.atlas-queue-row{padding:13px 4px!important;border-bottom:1px solid #f2e8ed!important;border-radius:10px;transition:.16s ease}.atlas-queue-row:hover{background:#fff8fb}.atlas-thumb{width:42px!important;height:42px!important;border-radius:11px!important;background:linear-gradient(145deg,#fff0f6,#ffe1ee)!important;color:#ed3b86!important;box-shadow:inset 0 0 0 1px #ffd5e5}.atlas-progress{height:5px!important;background:#f3e7ed!important}.atlas-progress span{background:linear-gradient(90deg,#f1498d,#ed3b86)!important}.atlas-badge.pending{background:#fff0d8!important;color:#ba7600!important}.atlas-badge.ready{background:#e7f8ee!important;color:#168655!important}.atlas-badge:not(.pending):not(.ready){background:#ffe6f0!important;color:#d72d74!important}.atlas-queue-row>a{color:#ed3b86!important;font-weight:700!important}.atlas-status-item,.atlas-activity-item{padding:12px 5px!important;transition:.15s}.atlas-status-item:hover,.atlas-activity-item:hover{background:#fff8fb!important;border-radius:9px;padding-left:8px!important;padding-right:8px!important}.atlas-grid-bottom .atlas-panel:nth-child(1){background:linear-gradient(160deg,#fff,#fff9fc)!important}.atlas-grid-bottom .atlas-panel:nth-child(2){background:linear-gradient(160deg,#fff,#fbf9ff)!important}.atlas-grid-bottom .atlas-panel:nth-child(3){background:linear-gradient(160deg,#fff,#fffaf3)!important}.atlas-grid-bottom .btn:not(.secondary){background:linear-gradient(90deg,#ed3b86,#e8317c)!important;border-color:#e8317c!important;box-shadow:0 8px 18px rgba(237,59,134,.18)!important}.atlas-grid-bottom .btn.secondary{border-color:#ecdce4!important;background:#fff!important;color:#4a4350!important}.atlas-grid-bottom .btn.secondary:hover{border-color:#ed98bb!important;background:#fff5f9!important;color:#d72d74!important}.atlas-footer{border-top:1px solid #eee3e9!important;padding-top:18px!important}.atlas-status-link strong{min-width:27px;padding:4px 7px;border-radius:999px;background:#f6f1f4;text-align:center}.production-breakdown a{border-color:#efe2e9!important;background:#fffafd!important}.production-breakdown a:hover{border-color:#efa6c3!important;background:#fff4f8!important}.insights-empty,.atlas-empty{background:#fff9fb!important;border:1px dashed #edcfdd!important;border-radius:13px!important;color:#907b87!important}
