:root{--dash-bg: #f1f5f9;--dash-primary: #84cc16;--dash-primary-hover: #a3e635;--dash-blue: #3b82f6;--dash-amber: #f59e0b;--dash-emerald: #10b981;--dash-slate: #1e293b;--dash-dark: #0f172a;--glass-bg: rgba(255, 255, 255, .7);--glass-border: rgba(255, 255, 255, .5);--tech-card-bg: #0d1117}.dashboard-container{background-color:var(--dash-bg);min-height:100vh;padding:2.5rem;font-family:Inter,sans-serif;color:#1e293b}.dashboard-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.header-left{display:flex;align-items:center;gap:1.5rem}.profile-badge .badge-frame{width:96px;height:96px;border-radius:2rem;background:#fff;border:4px solid white;box-shadow:0 10px 15px -3px #0000001a;overflow:hidden;position:relative}.profile-img{width:100%;height:100%;object-cover:cover}.initial-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:900;color:#cbd5e1;background:#f8fafc}.status-indicator{position:absolute;bottom:8px;right:8px;width:14px;height:14px;border-radius:50%;border:3px solid white}.status-indicator.online{background-color:var(--dash-primary)}.pulse-animation{animation:pulse-ring 2s infinite}@keyframes pulse-ring{0%{box-shadow:0 0 #84cc16b3}70%{box-shadow:0 0 0 10px #84cc1600}to{box-shadow:0 0 #84cc1600}}.welcome-title{font-size:3rem;font-weight:900;letter-spacing:-.05em;color:#0f172a}.user-name{color:#0f172a}.active-status-tag{display:inline-flex;align-items:center;gap:.5rem;background:#ecfdf5;color:#059669;padding:.25rem .75rem;border-radius:.5rem;font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;border:1px solid #d1fae5}.active-status-tag .dot{width:6px;height:6px;background:#10b981;border-radius:50%}.last-activity{font-size:.7rem;color:#94a3b8;font-weight:600;margin-left:.75rem}.header-stats{display:flex;gap:1rem}.stat-pod{background:#fff;border-radius:1.25rem;padding:.75rem 1.5rem;min-width:130px;display:flex;flex-direction:column;box-shadow:0 4px 6px -1px #0000000d;cursor:pointer;transition:transform .2s ease}.stat-pod:hover{transform:translateY(-3px)}.stat-value{font-size:1.75rem;font-weight:900}.stat-label{font-size:.65rem;font-weight:700;color:#64748b;text-transform:uppercase}.dashboard-main-grid{display:grid;grid-template-columns:2fr 1fr;gap:2rem;margin-bottom:2rem}.grid-left-col,.grid-right-col{display:flex;flex-direction:column;gap:2rem}.glass-card{background:#fff;border-radius:2.5rem;padding:2rem;box-shadow:0 20px 25px -5px #00000008,0 10px 10px -5px #00000003;border:1px solid rgba(255,255,255,1)}.card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.card-title{font-size:1.25rem;font-weight:900;display:flex;align-items:center;gap:.75rem;color:#0f172a}.card-subtitle{font-size:.65rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.1em;margin-top:.25rem}.time-filter{background:#f8fafc;padding:.4rem 1rem;border-radius:.75rem;font-size:.65rem;font-weight:800;text-transform:uppercase;display:flex;align-items:center;gap:.5rem;border:1px solid #f1f5f9}.chart-wrapper{height:300px;width:100%}.finance-brands-row{display:grid;grid-template-columns:1.2fr 1fr;gap:2rem}.section-title{font-size:1.1rem;font-weight:900;color:#0f172a;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.finance-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.finance-box{background:#f8fafc;padding:1.25rem;border-radius:1.5rem;border:1px solid #f1f5f9}.finance-box.focus{background:#fff;box-shadow:0 10px 15px -3px #0000000d;border:1px solid #e2e8f0}.finance-box .amount{font-size:1.1rem;font-weight:900;color:#0f172a}.finance-box .label{font-size:.6rem;font-weight:700;color:#94a3b8;text-transform:uppercase;margin-top:.25rem}.brands-chart-wrapper{height:160px;width:100%}.brands-labels{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.brand-pill{font-size:.6rem;font-weight:800;background:#f1f5f9;padding:.25rem .6rem;border-radius:.5rem;color:#475569}.premium-tech-card{background:var(--tech-card-bg);border-radius:2.5rem;padding:2.5rem;color:#fff;position:relative;overflow:hidden;box-shadow:0 30px 60px -12px #00000073}.premium-tech-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent,var(--dash-primary),transparent);animation:border-glow 4s linear infinite}@keyframes border-glow{0%{transform:translate(-100%)}to{transform:translate(100%)}}.avatar-wrapper{position:relative;width:96px;height:96px;margin:0 auto 1.5rem}.avatar-ring-glow{position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px;background:radial-gradient(circle,rgba(132,204,22,.2) 0%,transparent 70%);border-radius:50%}.avatar-container{width:100%;height:100%;border-radius:2.25rem;background:#1e293b;border:4px solid rgba(255,255,255,.1);padding:4px;position:relative;z-index:1;overflow:hidden}.tech-img{width:100%;height:100%;border-radius:1.8rem;object-fit:cover}.tech-initial{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:900;color:#ffffff1a}.tech-status-badge{position:absolute;bottom:-4px;right:-4px;width:32px;height:32px;background:var(--dash-primary);border-radius:.75rem;border:4px solid var(--tech-card-bg);display:flex;align-items:center;justify-content:center;color:#fff;z-index:2}.tech-name{text-align:center;font-size:1.75rem;font-weight:900;letter-spacing:-.02em;margin-bottom:.25rem}.tech-role{text-align:center;font-size:.65rem;font-weight:800;color:#94a3b8;letter-spacing:.2em;margin-bottom:1.5rem}.tech-online-status{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.5rem}.pulse-dot{width:10px;height:10px;background:var(--dash-primary);border-radius:50%;box-shadow:0 0 10px var(--dash-primary);animation:pulse-simple 2s infinite}@keyframes pulse-simple{0%{transform:scale(.9);opacity:.6}50%{transform:scale(1.1);opacity:1}to{transform:scale(.9);opacity:.6}}.status-text{font-size:.7rem;font-weight:800;color:var(--dash-primary);text-transform:uppercase}.tech-last-seen{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:.75rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.65rem;font-weight:800;text-transform:uppercase;color:#cbd5e1;margin-bottom:1.5rem;cursor:pointer}.tech-last-seen:hover{background:#ffffff1a}.tech-actions{display:flex;gap:1rem}.btn-primary{flex:1;background:var(--dash-primary);color:#000;padding:1rem .5rem;border-radius:1rem;font-size:.6rem;font-weight:900;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 10px 15px -3px #84cc164d;transition:all .2s ease}.btn-primary:hover{background:var(--dash-primary-hover);transform:translateY(-2px)}.btn-secondary{flex:1;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff;padding:1rem .5rem;border-radius:1rem;font-size:.6rem;font-weight:900;text-transform:uppercase;transition:all .2s ease}.btn-secondary:hover{background:#ffffff1a}.tech-stats-summary{display:flex;justify-content:space-between;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.05)}.stat-item .val-row{display:flex;align-items:baseline;gap:.5rem}.stat-item .val{font-size:1.75rem;font-weight:900}.stat-item .val.highlight{color:var(--dash-primary)}.stat-item .unit{font-size:.5rem;font-weight:800;color:#64748b;text-transform:uppercase}.stat-item .sub{font-size:.55rem;font-weight:800;color:#475569;letter-spacing:.05em;margin-top:.25rem}.btn-outline-glow{width:100%;background:#1e293b;border:2px solid #334155;color:#fff;padding:1.25rem;border-radius:1.25rem;margin-top:2rem;font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.3em;display:flex;align-items:center;justify-content:center;gap:1rem;transition:all .3s ease}.btn-outline-glow:hover{background:#334155;border-color:#475569}.glow-indicator{display:flex;gap:4px}.dot-small{width:6px;height:6px;border-radius:50%;background:var(--dash-emerald)}.bar-small{width:16px;height:6px;border-radius:4px;background:var(--dash-emerald)}.donut-wrapper{height:200px;width:100%;position:relative}.donut-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center}.center-val{font-size:2rem;font-weight:900;color:var(--dash-dark);line-height:1}.center-label{font-size:.6rem;font-weight:700;color:#94a3b8;text-transform:uppercase}.efficiency-legend{display:grid;grid-template-columns:1fr;gap:.5rem;margin-top:1.5rem}.legend-item{display:flex;align-items:center;background:#f8fafc;padding:.5rem 1rem;border-radius:.75rem}.legend-item .dot{width:8px;height:8px;border-radius:50%;margin-right:.75rem}.legend-item .name{font-size:.65rem;font-weight:800;color:#64748b;flex:1}.legend-item .val{font-size:.7rem;font-weight:900;color:var(--dash-dark)}.dashboard-secondary-grid{display:grid;grid-template-columns:2fr 1fr;gap:2rem;margin-bottom:2rem}.equipment-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1.5rem}.equipment-pill-box{background:#f8fafc;padding:1.5rem;border-radius:2rem;border:1px solid #f1f5f9}.pill-label{font-size:.6rem;font-weight:800;color:#94a3b8;text-transform:uppercase;margin-bottom:.5rem}.pill-count{font-size:1.1rem;font-weight:900;color:#0f172a;margin-bottom:1rem}.pill-progress-bg{height:6px;background:#e2e8f0;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.pill-progress-fill{height:100%;border-radius:4px}.pill-caption{font-size:.55rem;font-weight:800;color:#94a3b8;text-transform:uppercase}.ai-advisor-alert{background:#fffbeb;border:1px solid #fef3c7;padding:1.25rem;border-radius:1.25rem;display:flex;align-items:center;gap:1rem}.advisor-text{font-size:.7rem;font-weight:600;color:#92400e}.pulse-list{height:380px;overflow-y:auto;padding-right:1.5rem}.pulse-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid #f1f5f9;cursor:pointer;transition:all .2s ease}.pulse-item:hover{transform:translate(5px);background:#f8fafc}.pulse-icon{width:40px;height:40px;background:#0f172a;color:#fff;border-radius:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pulse-info{flex:1}.pulse-title{font-size:.75rem;font-weight:900;color:#0f172a}.pulse-desc{font-size:.65rem;font-weight:700;color:#94a3b8;margin-top:.2rem}.pulse-badge{font-size:.6rem;font-weight:900;padding:.25rem .6rem;border-radius:.5rem}.status-waiting{background:#fff7ed;color:#ea580c}.status-ok{background:#f0fdf4;color:#16a34a}.dashboard-tertiary-grid{display:grid;grid-template-columns:2fr 1fr;gap:2rem;margin-bottom:2rem}.ai-insights-container{background:#0f172a;border-radius:3rem;padding:3rem;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.05)}.ai-glow-overlay{position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(16,185,129,.1) 0%,transparent 70%)}.insights-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;position:relative;z-index:1}.insights-title{font-size:1.5rem;font-weight:900;color:#fff;display:flex;align-items:center;gap:1rem}.insights-subtitle{font-size:.65rem;font-weight:800;color:#64748b;text-transform:uppercase;margin-top:.5rem}.live-badge{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#10b981;padding:.5rem 1rem;border-radius:.75rem;font-size:.6rem;font-weight:900;display:flex;align-items:center;gap:.5rem}.insights-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;position:relative;z-index:1}.insight-card-item{background:#ffffff08;border:1px solid rgba(255,255,255,.05);padding:2rem;border-radius:2.5rem;transition:all .3s ease}.insight-card-item:hover{background:#ffffff12;border-color:#10b9814d;transform:translateY(-5px)}.insight-brand{font-size:1.25rem;font-weight:900;color:#fff;margin-bottom:.5rem}.divider-short{width:30px;height:3px;background:#10b98180;border-radius:2px;margin-bottom:1rem}.insight-problem{font-size:.7rem;font-weight:700;color:#94a3b8;text-transform:uppercase;line-height:1.4}.stock-health-section{position:relative;display:flex;flex-direction:column}.stock-bg-icon{position:absolute;top:1.5rem;right:1.5rem;color:#e2e8f0}.stock-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 0}.shield-wrapper{width:80px;height:80px;background:#f8fafc;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;box-shadow:inset 0 2px 4px #0000000d;color:#cbd5e1}.stock-status-text{font-size:1.5rem;font-weight:900;color:#cbd5e1;letter-spacing:.2rem;margin-bottom:2rem}.btn-stock{background:#0f172a;color:#fff;padding:1.25rem 2.5rem;border-radius:1.25rem;font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.2em;box-shadow:0 10px 15px -3px #0f172a33;transition:all .2s ease}.btn-stock:hover{background:#000;transform:translateY(-2px)}.footer-tiles-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.footer-contact-card{background:#fff;padding:2rem;border-radius:2.25rem;box-shadow:0 10px 15px -3px #0000000a;display:flex;flex-direction:column;gap:2rem;cursor:help;transition:all .3s ease}.footer-contact-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #00000014}.icon-box{width:56px;height:56px;border-radius:1.25rem;display:flex;align-items:center;justify-content:center;color:#fff;transition:transform .3s ease}.footer-contact-card:hover .icon-box{transform:rotate(12deg)}.bg-emerald{background:#10b981;box-shadow:0 8px 16px -4px #10b98166}.bg-blue{background:#3b82f6;box-shadow:0 8px 16px -4px #3b82f666}.bg-indigo{background:#6366f1;box-shadow:0 8px 16px -4px #6366f166}.bg-slate{background:#334155;box-shadow:0 8px 16px -4px #33415566}.text-box .label{font-size:.6rem;font-weight:800;color:#94a3b8;text-transform:uppercase;margin-bottom:.25rem}.text-box .value{font-size:.9rem;font-weight:900;color:#0f172a}.footer-bottom-bar{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e2e8f0}.social-links{display:flex;gap:1rem}.social-icon-btn{width:44px;height:44px;background:#0f172a;color:#fff;border-radius:.75rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.social-icon-btn:hover{background:#000;transform:scale(1.1)}.app-download-links{display:flex;gap:1rem}.app-btn{background:#000;color:#fff;padding:.75rem 1.5rem;border-radius:.75rem;display:flex;align-items:center;gap:1rem;transition:transform .2s ease}.app-btn:hover{transform:scale(1.05)}.app-btn .icon{background:#ffffff1a;padding:.5rem;border-radius:.5rem}.app-btn .labels{text-align:left;display:flex;flex-direction:column}.app-btn .small{font-size:7px;font-weight:700;color:#94a3b8;line-height:1}.app-btn .large{font-size:1rem;font-weight:900;line-height:1.2;margin-top:2px}.overlay-wrapper{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:2rem}.overlay-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.overlay-content{background:#fff;border-radius:3rem;box-shadow:0 30px 60px -12px #00000040;position:relative;z-index:101;overflow:hidden;max-width:800px;width:100%}.overlay-header{padding:2rem;background:#0f172a;color:#fff;display:flex;justify-content:space-between;align-items:center}.header-title{display:flex;align-items:center;gap:1rem}.header-title h3{font-size:1.5rem;font-weight:900}.header-title p{font-size:.65rem;font-weight:800;color:#64748b;text-transform:uppercase}.close-btn{width:32px;height:32px;background:#ffffff1a;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.close-btn:hover{background:#fff3}.list-body{max-height:60vh;overflow-y:auto;padding:2rem}.items-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.list-item-card{background:#f8fafc;padding:1.5rem;border-radius:2rem;display:flex;align-items:center;gap:1.5rem;cursor:pointer;transition:all .2s ease;border:1px solid #f1f5f9}.list-item-card:hover{transform:translateY(-3px);box-shadow:0 10px 15px -3px #0000000d;background:#fff;border-color:#e2e8f0}.item-icon{width:48px;height:48px;background:#fff;border-radius:1rem;display:flex;align-items:center;justify-content:center;color:var(--dash-blue);box-shadow:0 4px 6px -1px #00000008}.item-info h4{font-size:.9rem;font-weight:900;color:#0f172a}.item-info p{font-size:.65rem;font-weight:700;color:#64748b;margin-top:.2rem}.overlay-header-gradient{padding:3rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;position:relative}.overlay-header-gradient h2{font-size:2rem;font-weight:900;margin-bottom:.5rem}.overlay-header-gradient p{font-size:.7rem;font-weight:800;opacity:.7;letter-spacing:.2em}.close-btn-white{position:absolute;top:1.5rem;right:1.5rem;width:40px;height:40px;background:#fff3;border-radius:12px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.close-btn-white:hover{background:#ffffff4d}.input-group label{display:block;font-size:.65rem;font-weight:900;color:#94a3b8;text-transform:uppercase;margin-bottom:.75rem;margin-left:.5rem}.input-field{background:#f8fafc;border-radius:1.25rem;padding:0 1.25rem;display:flex;align-items:center;gap:1rem;border:2px solid transparent;transition:all .2s ease}.input-field:focus-within{border-color:#0f172a;background:#fff}.input-field input{flex:1;height:60px;background:transparent;border:none;font-size:1rem;font-weight:800;color:#0f172a;outline:none}.form-actions{display:flex;gap:1rem}.btn-cancel{flex:1;padding:1.25rem;border-radius:1.25rem;background:#f1f5f9;color:#64748b;font-size:.7rem;font-weight:800;text-transform:uppercase}.btn-submit{flex:2;padding:1.25rem;border-radius:1.25rem;background:#0f172a;color:#fff;font-size:.7rem;font-weight:800;text-transform:uppercase;display:flex;align-items:center;justify-content:center;gap:1rem;box-shadow:0 10px 15px -3px #0f172a33}.system-footer-note{text-align:center;font-size:.55rem;font-weight:800;color:#94a3b8;letter-spacing:.8em;margin-top:4rem;margin-bottom:2rem}@media (max-width: 1280px){.dashboard-main-grid,.dashboard-secondary-grid,.dashboard-tertiary-grid,.finance-brands-row{grid-template-columns:1fr}.insights-grid,.footer-tiles-grid{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.dashboard-header{flex-direction:column;align-items:flex-start}.header-stats{width:100%;overflow-x:auto;padding-bottom:1rem}.insights-grid,.footer-tiles-grid{grid-template-columns:1fr}.footer-bottom-bar{flex-direction:column;gap:2rem}.items-grid{grid-template-columns:1fr}}.icon-blue{color:var(--dash-blue)}.icon-amber{color:var(--dash-amber)}.icon-emerald{color:var(--dash-emerald)}.icon-muted{color:#cbd5e1}.icon-white{color:#fff}.custom-scroll::-webkit-scrollbar{width:4px}.custom-scroll::-webkit-scrollbar-track{background:transparent}.custom-scroll::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}
