.adm-card{overflow:hidden;border-radius:var(--radius);border:1px solid hsl(var(--border));background:hsl(var(--card));color:hsl(var(--card-foreground));box-shadow:var(--shadow-card)}.adm-support-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.35rem .75rem;margin-top:auto;padding:1rem 1.5rem;border-top:1px solid hsl(var(--border));background:hsl(var(--card) / .55);color:hsl(var(--muted-foreground));font-size:.75rem;text-align:center}.adm-support-footer a{display:inline-flex;align-items:center;gap:.3rem;color:hsl(var(--foreground));font-weight:700;text-decoration:none}.adm-support-footer a:hover{color:hsl(var(--brand-red))}.adm-header-btn{display:inline-flex;align-items:center;gap:.375rem;border-radius:.375rem;background:hsl(var(--destructive));color:hsl(var(--destructive-foreground));padding:.5rem 1rem;font-weight:700}.adm-action-btn{border-radius:.375rem;padding:.375rem;color:hsl(var(--muted-foreground));background:transparent}.adm-action-btn:hover{background:hsl(var(--accent) / .12);color:hsl(var(--foreground))}.adm-muted{font-size:.875rem;color:hsl(var(--muted-foreground))}.adm-input{width:100%;border-radius:.375rem;border:1px solid var(--border);background:var(--background);color:var(--foreground);padding:.5rem .75rem;font-size:.875rem;outline:none}.adm-input:focus{border-color:var(--ring);box-shadow:0 0 0 2px color-mix(in oklab,var(--ring) 20%,transparent)}.quotation-search-input{padding-left:2.5rem}.adm-input::placeholder{color:var(--muted-foreground);opacity:1}.quote-print-title{margin:-1.5rem -1.5rem 2rem;padding:1rem;background:linear-gradient(135deg,var(--brand-azure),var(--brand-red));color:var(--brand-red-foreground);text-align:center;font-family:Georgia,serif;font-size:1.65rem;font-weight:700;letter-spacing:.04em}.quote-print-company{display:grid;grid-template-columns:minmax(20rem,1.4fr) minmax(12rem,1fr) minmax(9rem,.8fr);align-items:center;gap:1.25rem;padding:1rem 0 2rem;border-bottom:5px solid var(--brand-red);color:#334155;font-family:Georgia,serif}.quote-print-logo{width:20rem;height:7rem;object-fit:contain;object-position:left center}.quote-print-location{margin-top:.25rem;color:#475569;font-size:.78rem}.quote-print-location p{margin-top:.15rem}.quote-print-contact p,.quote-print-tax p{margin-top:.25rem;font-size:.95rem}.quote-print-contact,.quote-print-tax{align-self:start;padding-top:.25rem}.quote-print-contact p:first-child{color:var(--brand-azure)}.quote-print-tax p{color:#475569;white-space:nowrap}.quote-print-customer{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.8rem 2rem;padding:1.2rem 0;border:1px solid #dbe3ee;border-radius:12px;background:color-mix(in srgb,var(--brand-azure) 4%,white);font-size:.9rem}.quote-print-label,.quote-print-meta span{color:var(--brand-azure);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.quote-print-meta p{display:grid;grid-template-columns:5.5rem 1fr;gap:.5rem;margin-top:.35rem}.quote-print-items{width:100%;margin-top:1.5rem;border-collapse:collapse;font-size:.82rem}.quote-print-items th,.quote-print-items td{padding:.65rem .5rem;border-bottom:1px solid #cbd5e1;text-align:left;vertical-align:top}.quote-print-items th{background:var(--brand-azure);color:var(--brand-azure-foreground);font-weight:700}.quote-print-items small{display:block;margin-top:.2rem;color:#64748b}.quote-print-lower-grid{display:grid;grid-template-columns:1.05fr 1.15fr 1.15fr;gap:.9rem;margin-top:1.25rem;align-items:stretch}.quote-print-payment,.quote-print-terms,.quote-print-totals{border:1px solid #dbe3ee;border-radius:12px;padding:.9rem 1rem;font-size:.78rem}.quote-print-payment{display:flex;flex-wrap:wrap;gap:.5rem 2rem;flex-direction:column;justify-content:center;background:color-mix(in srgb,var(--brand-red) 14%,white);color:#7f1d1d;text-align:center}.quote-print-payment h3,.quote-print-terms h3{margin-bottom:.45rem;color:var(--brand-red);font-size:.82rem;font-weight:800;text-transform:uppercase}.quote-print-payment strong{color:#7f1d1d}.quote-print-payment p,.quote-print-terms p{margin-top:.35rem}.quote-print-terms{color:#475569;font-size:.73rem}.quote-print-totals{padding:0;overflow:hidden;background:#f8fafc;color:#475569}.quote-print-totals p{display:flex;justify-content:space-between;gap:1rem;margin:0;padding:.65rem .8rem;border-bottom:1px solid #e2e8f0}.quote-print-totals p:nth-child(2n){background:#eef3f8}.quote-print-totals strong{color:#1e293b}.quote-print-created-by{margin-top:1.25rem;padding-top:.65rem;border-top:1px solid #cbd5e1;color:#475569;font-size:.85rem}.quote-print-total{margin-top:0!important;border-top:0;background:var(--brand-red)!important;color:var(--brand-red-foreground);font-size:1rem;font-weight:700}.quote-print-total strong{color:var(--brand-red-foreground)}@media(max-width:640px){.quote-print-company{grid-template-columns:1fr}.quote-print-logo{width:min(20rem,100%);height:6rem;object-position:left center}.quote-print-contact,.quote-print-tax{grid-column:1;padding-top:0}.quote-print-customer,.quote-print-lower-grid{grid-template-columns:1fr}}@media print{.quote-print-title{margin:-2.5rem -2.5rem 2rem}.quote-print-company{break-inside:avoid}.quote-print-items thead{display:table-header-group}.quote-print-items tr{break-inside:avoid}}.adm-layout{display:grid;grid-template-columns:260px 1fr;min-height:100vh;background:var(--surface);transition:grid-template-columns .2s ease}.adm-layout[data-sidebar-collapsed=true]{grid-template-columns:80px 1fr}.adm-sidebar{height:100vh;position:sticky;top:0;padding:1.25rem .9rem;border-right:1px solid oklch(.82 .025 250);background:linear-gradient(180deg,#dfedfc,#cde0f5);color:var(--foreground);display:flex;flex-direction:column;gap:1rem;transition:padding .2s ease}.adm-sidebar[data-collapsed=true]{padding:1.25rem .5rem}.sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;transition:justify-content .2s ease}.adm-sidebar[data-collapsed=true] .sidebar-header{justify-content:center}.sidebar-collapse-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:.4rem;border:1px solid oklch(.84 .025 250);background:transparent;color:#222f3f;cursor:pointer;transition:all .14s ease;font-weight:700;font-size:1rem;padding:0}.sidebar-collapse-btn:hover{background:#eff6fd;color:var(--foreground)}.adm-sidebar[data-collapsed=true] .logo{display:none}.adm-sidebar .logo{display:flex;align-items:center;gap:.75rem;padding:0 .35rem .9rem;border-bottom:1px solid oklch(.84 .025 250)}.adm-sidebar .logo img{width:240px;height:auto;max-height:96px;border-radius:0;object-fit:contain}.adm-nav{display:flex;flex-direction:column;gap:.3rem;margin-top:.2rem;overflow-y:auto;overflow-x:hidden;flex:1;max-height:calc(100vh - 300px);padding-right:.3rem}.adm-nav::-webkit-scrollbar{width:6px}.adm-nav::-webkit-scrollbar-track{background:transparent}.adm-nav::-webkit-scrollbar-thumb{background:#b8c6d4;border-radius:3px}.adm-nav::-webkit-scrollbar-thumb:hover{background:#acb9c7}.adm-nav-section-label{margin:1rem 0 .25rem;padding:0 .8rem;color:#515f72;font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.adm-nav a{display:inline-flex;align-items:center;gap:.75rem;min-height:2.65rem;padding:.65rem .8rem;border-radius:.55rem;font-weight:700;font-size:.9rem;color:#222f3f;transition:background .14s ease,color .14s ease,transform .14s ease,box-shadow .14s ease}.adm-nav a:hover{background:#eff6fd;color:var(--foreground);transform:translate(2px)}.adm-nav a.active{background:linear-gradient(90deg,var(--brand-azure),var(--brand-red));color:#fff;box-shadow:0 8px 18px color-mix(in oklab,var(--brand-azure) 24%,transparent)}.adm-sidebar .adm-btn-ghost{color:#222f3f}.adm-sidebar .adm-btn-ghost:hover{background:#eff6fd}.adm-topbar{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid hsl(var(--border));background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.02) 100%)}.adm-main{padding:1.5rem}.adm-brandbar{min-height:4rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;border-bottom:1px solid oklch(.88 .018 250);background:var(--background)}.adm-menu-trigger{display:none}.adm-brandmark{color:var(--brand-azure);font-size:1.2rem;font-weight:900;letter-spacing:.02em;text-transform:uppercase}.adm-brandmark span{color:var(--brand-red)}.adm-account{display:inline-flex;align-items:center;gap:.55rem;min-height:2.35rem;padding:.5rem .75rem;border:1px solid oklch(.82 .04 160);border-radius:.55rem;background:#f0fcf5;color:var(--foreground);font-size:.8rem;font-weight:700;max-width:min(22rem,45vw);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.adm-account:hover{background:#e1f4e9}.adm-account-status{width:.55rem;height:.55rem;border-radius:999px;background:#00b476;background:oklch(.68 .18 160)}.adm-brandbar{position:relative}.adm-account-menu{position:absolute;top:calc(100% - .35rem);right:1rem;z-index:30;min-width:10rem;padding:.35rem;border:1px solid var(--border);border-radius:.55rem;background:var(--card);box-shadow:0 12px 30px #0b0f1424}.adm-account-menu a,.adm-account-menu button{display:flex;align-items:center;gap:.55rem;width:100%;padding:.6rem .7rem;border-radius:.35rem;color:var(--foreground);font-size:.85rem;font-weight:700;text-align:left}.adm-account-menu a:hover,.adm-account-menu button:hover{background:var(--surface)}.adm-profile-page{max-width:none;margin:0 auto}.adm-profile-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.adm-profile-heading h1{font-size:1.8rem;font-weight:900}.adm-profile-heading p,.adm-profile-card-heading p{color:var(--muted-foreground);font-size:.9rem}.adm-profile-card{padding:1.5rem;border:1px solid var(--border);border-radius:.75rem;background:var(--card);box-shadow:var(--shadow-card)}.adm-profile-card-heading{display:flex;align-items:flex-start;justify-content:space-between;padding-bottom:1.25rem;border-bottom:1px solid var(--border)}.adm-profile-card-heading h2{font-size:1.15rem;font-weight:800}.adm-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding-top:1.25rem}.adm-profile-grid label,.adm-profile-password label{display:grid;gap:.4rem;color:var(--muted-foreground);font-size:.8rem;font-weight:700}.adm-profile-password{position:relative;max-width:32rem;margin-top:1rem}.adm-profile-password .adm-action-btn{position:absolute;right:.35rem;bottom:.3rem}.adm-profile-actions{display:flex;gap:.75rem;margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--border)}@media(max-width:640px){.adm-profile-grid{grid-template-columns:1fr}}@media(max-width:640px){.adm-brandbar{padding-inline:.5rem}.adm-brandmark{font-size:.95rem}.adm-menu-trigger{display:inline-flex}.adm-account{max-width:11rem;padding-inline:.5rem}}.adm-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}.adm-header .title{display:flex;flex-direction:column}.adm-header h1{font-size:1.35rem;font-weight:800}.adm-header .actions{display:flex;gap:.5rem;align-items:center}.adm-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1rem}.adm-col-4{grid-column:span 4 / span 4}.adm-col-8{grid-column:span 8 / span 8}.adm-col-6{grid-column:span 6 / span 6}.adm-col-12{grid-column:span 12 / span 12}@media(max-width:1024px){.adm-layout{grid-template-columns:220px 1fr}.adm-col-4,.adm-col-6,.adm-col-8{grid-column:span 12 / span 12}}@media(max-width:768px){.adm-layout{grid-template-columns:1fr}.adm-sidebar{display:none}.adm-sidebar[data-open=true]{display:flex;position:fixed;inset:0 auto 0 0;z-index:60;width:min(260px,85vw);height:100vh;box-shadow:12px 0 30px #00000024}}.adm-card{background:var(--card);border:1px solid hsl(var(--border));padding:1rem;border-radius:12px;box-shadow:0 8px 30px #0b0f1408}.adm-stats{display:flex;gap:1rem}.adm-stat{flex:1;padding:1.25rem;border-radius:12px;background:linear-gradient(180deg,rgba(255,255,255,.02),transparent);display:flex;flex-direction:column;gap:.5rem}.adm-stat .label{font-size:.75rem;text-transform:uppercase;color:var(--muted-foreground);letter-spacing:.06em}.adm-stat .value{font-size:1.8rem;font-weight:800;color:var(--brand-red)}.adm-stat .meta{font-size:.85rem;color:var(--muted-foreground)}.stat-accent-products .value,.stat-accent-services .value{color:var(--brand-azure)}.stat-accent-leads .value{color:var(--brand-red)}.adm-stat:after{content:"";display:block;height:4px;border-radius:6px;margin-top:6px;opacity:.9}.stat-accent-products:after{background:linear-gradient(90deg,var(--brand-azure),color-mix(in srgb,var(--brand-azure),#000 8%))}.stat-accent-services:after{background:linear-gradient(90deg,var(--brand-azure),var(--brand-red))}.stat-accent-leads:after{background:linear-gradient(90deg,var(--brand-red),color-mix(in srgb,var(--brand-red),#000 8%))}.adm-input{width:100%;padding:.5rem .75rem;border-radius:8px;border:1px solid var(--border);background:var(--background);color:var(--foreground);outline:none;transition:box-shadow .12s ease,border-color .12s ease}.adm-input:focus{box-shadow:0 6px 18px #3273ff14;border-color:var(--brand-azure)}.adm-btn-primary{background:linear-gradient(90deg,var(--brand-azure),var(--brand-red));color:#fff;padding:.5rem .9rem;border-radius:8px;font-weight:700;border:none;box-shadow:0 8px 20px #0000000f}.adm-btn-ghost{background:transparent;color:var(--muted-foreground);padding:.4rem .6rem;border-radius:8px;border:1px solid transparent}.adm-btn-outline{border:1px solid var(--brand-azure);border-radius:.45rem;padding:.45rem .75rem;color:var(--brand-azure);font-size:.8rem;font-weight:800}.adm-btn-outline:hover:not(:disabled){background:color-mix(in oklab,var(--brand-azure) 10%,transparent)}.adm-btn-outline:disabled{cursor:default;opacity:.55}.adm-action-btn{background:transparent;border:1px solid transparent;padding:.45rem;border-radius:8px;color:var(--muted-foreground)}.adm-list li{padding:.6rem;border-bottom:1px solid hsl(var(--border))}.recent-list{display:flex;flex-direction:column;gap:.6rem}.recent-list li{padding:.85rem;border-radius:10px;border:1px solid hsl(var(--border));background:linear-gradient(180deg,rgba(255,255,255,.01),transparent);display:flex;align-items:center;justify-content:space-between;gap:1rem}.recent-list .left{display:flex;gap:.75rem;align-items:flex-start;min-width:0}.recent-list .left .meta{color:var(--muted-foreground);font-size:.9rem}.recent-list .right{color:var(--muted-foreground);font-size:.8rem;white-space:nowrap}.product-thumb{width:44px;height:44px;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#ffffff05,#00000005);color:var(--muted-foreground);font-size:12px;border:1px solid hsl(var(--border))}.product-thumb img{width:100%;height:100%;object-fit:cover;display:block}.recent-products-list{display:flex;flex-direction:column;gap:.5rem}.recent-products-list li{display:flex;gap:.75rem;align-items:center}.recent-products-list .price{color:var(--muted-foreground);font-size:.85rem}.services-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}.page-toggle{display:inline-flex;gap:.5rem;border-radius:999px;padding:4px;background:var(--card);border:1px solid hsl(var(--border))}.page-toggle button{padding:6px 10px;border-radius:8px;font-weight:800;font-size:12px;text-transform:uppercase;border:none;background:transparent;cursor:pointer}.page-toggle button.active{background:linear-gradient(90deg,var(--brand-red),var(--brand-azure));color:var(--brand-azure-foreground, #fff);box-shadow:0 6px 18px #0000000f}.add-service-btn{padding:8px 12px;border-radius:10px;background:linear-gradient(90deg,var(--brand-red),color-mix(in srgb,var(--brand-red),#000 6%));color:#fff;font-weight:700;border:none;box-shadow:0 8px 24px #00000014}.service-row{display:flex;align-items:center;gap:1rem;padding:16px;border-bottom:1px solid hsl(var(--border))}.service-row:last-child{border-bottom:none}.service-icon{flex:0 0 44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,rgba(255,255,255,.02),transparent);border:1px solid hsl(var(--border));color:var(--brand-red)}.service-meta{color:var(--muted-foreground);font-size:12px;margin-top:6px}.service-title{font-weight:800;font-size:14px}.service-actions{margin-left:auto;display:flex;gap:8px;align-items:center}.service-actions button{background:transparent;border:1px solid transparent;padding:8px;border-radius:8px;color:var(--muted-foreground);cursor:pointer}.service-hidden-badge{margin-left:8px;padding:4px 6px;background:var(--background);border-radius:8px;font-size:11px;color:var(--muted-foreground);border:1px solid hsl(var(--border))}.service-list-card{border-radius:16px;overflow:hidden}.adm-empty{text-align:center;padding:2rem;color:var(--muted-foreground)}.dashboard-shell{display:flex;flex-direction:column;gap:1.25rem}.dashboard-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.5rem .25rem .25rem}.dashboard-eyebrow,.panel-kicker{margin:0 0 .35rem;color:var(--muted-foreground);font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;font-weight:800}.dashboard-header h1,.panel h2{margin:0;color:var(--foreground)}.dashboard-header h1{font-size:clamp(1.6rem,2vw,2.2rem);font-weight:900;letter-spacing:-.04em}.dashboard-header-actions{display:flex;align-items:center;gap:.75rem}.status-pill,.pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.35rem .7rem;font-size:.72rem;font-weight:800;border:1px solid transparent}.status-pill--online{background:#16a34a1f;color:#15803d;border-color:#16a34a26}.pill--warning{background:#f59e0b1f;color:#b45309;border-color:#f59e0b2e}.pill.neutral{background:#94a3b81a;color:var(--foreground);border-color:#94a3b833}.dashboard-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.kpi-card{position:relative;overflow:hidden;border:1px solid hsl(var(--border));background:linear-gradient(180deg,#ffffff08,#ffffff05);border-radius:20px;padding:1.1rem 1.15rem;box-shadow:0 14px 30px #0f172a0a}.kpi-card:before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:4px;background:linear-gradient(90deg,var(--brand-azure),var(--brand-red));opacity:.9}.kpi-card--blue:before{background:linear-gradient(90deg,#2563eb,#60a5fa)}.kpi-card--green:before{background:linear-gradient(90deg,#16a34a,#4ade80)}.kpi-card--red:before{background:linear-gradient(90deg,#ef4444,#f97316)}.kpi-card--gold:before{background:linear-gradient(90deg,#f59e0b,#facc15)}.kpi-label{color:var(--muted-foreground);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.kpi-value{margin-top:.7rem;font-size:clamp(1.8rem,2vw,2.4rem);font-weight:900;line-height:1.15;letter-spacing:-.06em;color:var(--foreground)}.kpi-meta{margin-top:.4rem;color:var(--muted-foreground);font-size:.8rem}.dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.panel{border:1px solid hsl(var(--border));background:#ffffff05;border-radius:18px;padding:1.1rem 1.15rem;box-shadow:0 10px 30px #0f172a05}.panel-lg{min-height:100%}.panel-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.panel-header h2{font-size:1.05rem;font-weight:800}.panel-stack,.source-stack,.mini-list,.activity-list{display:flex;flex-direction:column;gap:.7rem}.metric-row,.mini-list-item,.activity-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.8rem .9rem;border:1px solid hsl(var(--border));border-radius:12px;background:#ffffff04}.metric-row span,.mini-list-subtitle,.activity-meta{color:var(--muted-foreground);font-size:.8rem}.metric-row strong,.mini-list-label,.activity-name{color:var(--foreground);font-weight:800}.mini-list-item{padding:.7rem .85rem}.mini-list-label{font-size:.8rem}.source-row{display:flex;flex-direction:column;gap:.45rem;padding:.25rem 0}.source-label-row{display:flex;align-items:center;justify-content:space-between;font-size:.8rem;color:var(--foreground);font-weight:700}.source-bar-track{position:relative;height:8px;border-radius:999px;overflow:hidden;background:#94a3b81f}.source-bar-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--brand-azure),var(--brand-red))}.activity-list{list-style:none;padding:0;margin:0}.activity-item{align-items:flex-start}.activity-item--row{padding:.85rem .9rem}.activity-name{font-size:.82rem;margin-bottom:.2rem}.activity-meta{line-height:1.4;max-width:32ch}.activity-time{color:var(--muted-foreground);font-size:.72rem;white-space:nowrap;margin-left:auto;text-align:right}.report-export-actions{display:flex;align-items:center;gap:.6rem}.sales-report-panel{margin-top:.25rem}.sales-report-header{margin-bottom:.75rem}.report-controls{display:flex;flex-direction:column;gap:.65rem;margin-bottom:.75rem}.report-toggle-group{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem;border-radius:999px;border:1px solid hsl(var(--border));background:#94a3b80a;width:fit-content}.report-toggle-group button{border:none;background:transparent;color:var(--muted-foreground);padding:.55rem .8rem;border-radius:999px;font-size:.75rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;cursor:pointer}.report-toggle-group button.active{background:linear-gradient(90deg,var(--brand-azure),var(--brand-red));color:#fff;box-shadow:0 8px 18px #2563eb33}.report-input-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.report-input-grid--employee{grid-template-columns:repeat(4,minmax(0,1fr))}.report-input-grid label{display:flex;flex-direction:column;gap:.25rem;color:var(--muted-foreground);font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.report-input-grid input,.report-input-grid select{width:100%;border-radius:10px;border:1px solid hsl(var(--border));background:var(--background);color:var(--foreground);padding:.55rem .75rem;font-size:.82rem;font-weight:600}.report-summary-grid,.inventory-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin:1rem 0}.sales-report-summary{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;margin:.75rem 0}.sales-report-trigger{align-self:stretch;min-height:0;white-space:nowrap}.sales-dashboard-chart{min-height:300px}.summary-box{display:flex;flex-direction:column;gap:.35rem;padding:.9rem .95rem;border-radius:12px;border:1px solid hsl(var(--border));background:#94a3b80a}.summary-box span{color:var(--muted-foreground);font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.summary-box strong{font-size:1.1rem;font-weight:900;color:var(--foreground)}.report-table-wrap{margin-top:1rem;overflow-x:auto;border-radius:12px;border:1px solid hsl(var(--border))}.report-table{width:100%;min-width:640px;border-collapse:collapse;font-size:.8rem}.report-table th,.report-table td{padding:.8rem .9rem;border-bottom:1px solid hsl(var(--border));text-align:left}.report-table thead th{background:#94a3b80d;color:var(--muted-foreground);font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.status-chip{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.28rem .55rem;background:#4f46e517;border:1px solid rgba(79,70,229,.16);color:#4338ca;font-size:.68rem;font-weight:800;text-transform:capitalize}.status-chip--muted{background:#94a3b814;border-color:#94a3b82e;color:var(--muted-foreground)}.view-report-btn{border:none;border-radius:10px;background:linear-gradient(90deg,var(--brand-azure),var(--brand-red));color:#fff;padding:.5rem .8rem;font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;cursor:pointer}.single-row-grid{grid-template-columns:1fr}.sales-overview-grid{grid-template-columns:minmax(220px,1fr) minmax(0,3fr);align-items:stretch}.dashboard-left-stack{display:flex;min-width:0;flex-direction:column;gap:1rem}.dashboard-left-stack .panel{min-width:0}.dashboard-left-stack .lead-source-pie-wrap{align-items:flex-start;flex-direction:column}.dashboard-left-stack .lead-source-legend{width:100%}.dashboard-left-stack .asset-overview-grid{grid-template-columns:1fr}.sales-overview-grid .sales-report-panel{margin-top:0}.lead-source-pie-wrap{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:.25rem}.lead-source-pie{position:relative;display:flex;align-items:center;justify-content:center;flex:0 0 150px;width:130px;height:130px;border-radius:50%}.lead-source-pie-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;width:76px;height:76px;border-radius:50%;background:var(--card);border:1px solid hsl(var(--border));font-size:.8rem;font-weight:800;color:var(--foreground)}.lead-source-pie-inner small{margin-top:.1rem;font-size:.65rem;font-weight:600;color:var(--muted-foreground)}.lead-source-legend{display:flex;flex-direction:column;gap:.55rem;flex:1}.lead-source-legend-item{display:grid;grid-template-columns:10px 1fr auto;align-items:center;gap:.55rem;font-size:.8rem;color:var(--foreground)}.lead-source-legend-item strong{font-size:.75rem;color:var(--muted-foreground)}.legend-dot{display:inline-block;width:10px;height:10px;border-radius:50%}.asset-overview-panel{padding-bottom:1rem}.asset-overview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.single-report-modal{position:fixed;inset:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:1.25rem}.single-report-backdrop{position:absolute;inset:0;background:#0f172a85}.single-report-sheet{position:relative;z-index:1;width:min(720px,100%);border-radius:18px;border:1px solid hsl(var(--border));background:var(--card);box-shadow:0 20px 60px #0f172a38;overflow:hidden}.report-chooser-sheet{position:relative;z-index:1;width:min(620px,100%);border-radius:18px;border:1px solid hsl(var(--border));background:var(--card);box-shadow:0 20px 60px #0f172a38;overflow:hidden}.report-scope-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding:1.25rem}.report-scope-options button{display:flex;flex-direction:column;gap:.4rem;padding:1.25rem;border:1px solid hsl(var(--border));border-radius:12px;background:#94a3b80a;color:var(--foreground);text-align:left;cursor:pointer}.report-scope-options button:hover{border-color:var(--brand-azure);background:#2563eb14}.report-scope-options span{color:var(--muted-foreground);font-size:.8rem}.report-chooser-form{padding:1.25rem}.report-input-grid--chooser{grid-template-columns:repeat(2,minmax(0,1fr))}.report-chooser-actions{display:flex;justify-content:flex-end;gap:.6rem;margin-top:1rem}.single-report-chart{margin:0 0 1rem}.single-report-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.25rem;border-bottom:1px solid hsl(var(--border));background:linear-gradient(90deg,#2563eb14,#ef444414)}.single-report-header h3{margin:.2rem 0 0;font-size:1.45rem;font-weight:900}.single-report-body{padding:1.25rem}.single-report-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem 1rem;margin-bottom:1rem}.single-report-grid div{display:flex;flex-direction:column;gap:.25rem;padding:.8rem .9rem;border:1px solid hsl(var(--border));border-radius:12px;background:#94a3b808}.single-report-grid span{color:var(--muted-foreground);text-transform:uppercase;font-size:.65rem;letter-spacing:.08em;font-weight:800}.single-report-grid strong{font-size:.98rem;font-weight:800}.single-report-table-wrap{overflow-x:auto;border:1px solid hsl(var(--border));border-radius:12px}.single-report-table{min-width:100%}.single-report-footer{display:flex;justify-content:flex-end;padding:1rem 1.25rem 1.25rem}.inventory-report-list{display:flex;flex-direction:column;gap:.7rem;margin-top:1rem}.asset-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.8rem .9rem;border-radius:12px;border:1px solid hsl(var(--border));background:#94a3b808}.asset-main{display:flex;flex-direction:column;gap:.2rem;min-width:0}.asset-name{font-size:.82rem;font-weight:800;color:var(--foreground)}.asset-meta{font-size:.7rem;color:var(--muted-foreground)}.asset-details{display:flex;align-items:center;gap:.5rem;color:var(--muted-foreground);font-size:.72rem;flex-wrap:wrap;justify-content:flex-end}@media(max-width:1024px){.dashboard-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.report-input-grid,.report-summary-grid,.inventory-summary-grid,.single-report-grid,.sales-overview-grid,.report-scope-options{grid-template-columns:1fr}.dashboard-header{align-items:flex-start;flex-direction:column}}@media print{body *{visibility:hidden}.single-report-modal,.single-report-modal *,.quote-print,.quote-print *{visibility:visible}.single-report-modal{position:static;inset:auto;padding:0}.single-report-backdrop{display:none}.single-report-sheet{width:100%;box-shadow:none;border:none;border-radius:0}.single-report-footer{display:none}.quote-print{position:absolute;inset:0;width:100%;max-width:none;box-shadow:none;border-radius:0}}.adm-banner{padding:.75rem 1rem;border-radius:8px;background:linear-gradient(90deg,#ffff0012,#ffffff05);border:1px solid rgba(200,160,0,.12)}.adm-main[data-overlay=true]:before{content:"";position:fixed;inset:0;background:#00000059;z-index:60}.text-muted-foreground{color:var(--muted-foreground)}.text-gradient-brand{background:linear-gradient(90deg,var(--brand-azure),var(--brand-red));-webkit-background-clip:text;background-clip:text;color:transparent}
