/* UpPluck Business Portal – Complete Stylesheet v2.1 */
:root{
  --primary:#2563eb;--primary-dark:#1d4ed8;--primary-light:#eff6ff;
  --accent:#0ea5e9;--success:#10b981;--warning:#f59e0b;
  --danger:#ef4444;--purple:#7c3aed;
  --text-primary:#111827;--text-secondary:#6b7280;--text-muted:#9ca3af;
  --bg:#f1f5f9;--surface:#ffffff;--border:#e2e8f0;--border-light:#f1f5f9;
  --sidebar-w:248px;--header-h:60px;
  --radius:12px;--radius-sm:8px;--radius-lg:16px;
  --shadow-sm:0 1px 3px rgba(0,0,0,.06);
  --shadow:0 4px 16px rgba(0,0,0,.08);
  --shadow-lg:0 12px 32px rgba(0,0,0,.12);
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:15px;-webkit-font-smoothing:antialiased}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;background:var(--bg);color:var(--text-primary);line-height:1.55;min-height:100vh}
a{color:var(--primary);text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;display:block}

/* LAYOUT */
.layout{display:flex;min-height:100vh}
.sidebar{width:var(--sidebar-w);background:#fff;border-right:1px solid var(--border);display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:100;transition:transform .25s}
.sidebar-brand{padding:1.1rem 1.25rem;border-bottom:1px solid var(--border-light);display:flex;align-items:center;gap:.65rem}
.brand-icon{width:36px;height:36px;background:linear-gradient(135deg,#2563eb,#0ea5e9);border-radius:9px;display:flex;align-items:center;justify-content:center;color:white;font-size:.9rem;font-weight:900;flex-shrink:0;box-shadow:0 2px 8px rgba(37,99,235,.3)}
.brand-text{font-size:.92rem;font-weight:800;color:#111827;line-height:1.2}
.brand-sub{font-size:.68rem;color:#9ca3af}
.sidebar-role{margin:.8rem 1rem .2rem;font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:#9ca3af}
.sidebar-nav{flex:1;padding:.25rem .6rem .75rem;overflow-y:auto}
.nav-item{display:flex;align-items:center;gap:.6rem;padding:.55rem .8rem;border-radius:8px;color:#6b7280;font-size:.845rem;font-weight:500;cursor:pointer;transition:all .15s;margin-bottom:2px;text-decoration:none}
.nav-item:hover{background:#eff6ff;color:#2563eb;text-decoration:none}
.nav-item.active{background:#eff6ff;color:#2563eb;font-weight:700}
.nav-item .nav-icon{font-size:1rem;width:1.15rem;text-align:center;flex-shrink:0}
.sidebar-footer{padding:.9rem 1rem;border-top:1px solid var(--border-light)}
.user-info{display:flex;align-items:center;gap:.6rem}
.user-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#0ea5e9);color:white;display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:800;flex-shrink:0}
.user-name{font-size:.8rem;font-weight:700;color:#111827}
.user-role{font-size:.68rem;color:#9ca3af}
.btn-logout{display:flex;align-items:center;gap:.4rem;margin-top:.5rem;color:#ef4444;font-size:.78rem;font-weight:600;cursor:pointer;padding:.35rem .5rem;border-radius:8px;transition:background .15s;text-decoration:none}
.btn-logout:hover{background:#fee2e2;text-decoration:none}
.main{margin-left:var(--sidebar-w);flex:1;display:flex;flex-direction:column;min-height:100vh;min-width:0}
.topbar{height:var(--header-h);background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;position:sticky;top:0;z-index:50;box-shadow:0 1px 3px rgba(0,0,0,.06)}
.topbar-title{font-size:1rem;font-weight:800;color:#111827}
.topbar-right{display:flex;align-items:center;gap:.75rem}
.page-content{padding:1.5rem;width:100%;max-width:1280px}

/* CARDS */
.card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 3px rgba(0,0,0,.06)}
.card-header{padding:1rem 1.25rem;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between}
.card-title{font-size:.9rem;font-weight:800;color:#111827}
.card-body{padding:1.25rem}
.stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}
.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.1rem 1.25rem;box-shadow:0 1px 3px rgba(0,0,0,.06)}
.stat-label{font-size:.7rem;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.3rem}
.stat-value{font-size:1.8rem;font-weight:900;color:#111827;line-height:1}
.stat-sub{font-size:.72rem;color:#6b7280;margin-top:.2rem}
.stat-icon{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;float:right;margin-top:-2px}
.stat-icon.blue{background:#dbeafe}.stat-icon.green{background:#d1fae5}.stat-icon.yellow{background:#fef3c7}.stat-icon.red{background:#fee2e2}.stat-icon.purple{background:#ede9fe}

/* BUTTONS */
.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1.1rem;border-radius:8px;font-size:.845rem;font-weight:700;border:none;cursor:pointer;transition:all .15s;white-space:nowrap;text-decoration:none;line-height:1.4}
.btn:hover{text-decoration:none}
.btn-primary{background:#2563eb;color:white;box-shadow:0 2px 8px rgba(37,99,235,.25)}
.btn-primary:hover{background:#1d4ed8;color:white}
.btn-success{background:#10b981;color:white}.btn-success:hover{background:#059669;color:white}
.btn-danger{background:#ef4444;color:white}.btn-danger:hover{background:#dc2626;color:white}
.btn-warning{background:#f59e0b;color:white}.btn-warning:hover{background:#d97706;color:white}
.btn-outline{background:white;color:#111827;border:1.5px solid #e2e8f0}
.btn-outline:hover{background:#eff6ff;color:#2563eb;border-color:#2563eb}
.btn-sm{padding:.3rem .7rem;font-size:.775rem}
.btn-lg{padding:.7rem 1.5rem;font-size:.95rem}
.btn-icon{padding:.4rem;width:32px;height:32px;justify-content:center}

/* TABLES */
.table-wrap{overflow-x:auto}
table.data-table{width:100%;border-collapse:collapse;font-size:.845rem}
.data-table th{padding:.65rem 1rem;text-align:left;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#9ca3af;background:#f8fafc;border-bottom:1px solid #e2e8f0}
.data-table td{padding:.75rem 1rem;border-bottom:1px solid #f1f5f9;color:#111827;vertical-align:middle}
.data-table tbody tr:hover{background:#fafbfc}
.data-table tbody tr:last-child td{border-bottom:none}

/* BADGES */
.badge{display:inline-flex;align-items:center;padding:.2rem .65rem;border-radius:999px;font-size:.7rem;font-weight:800;white-space:nowrap}
.badge-active{background:#dcfce7;color:#166534}.badge-won{background:#dbeafe;color:#1e40af}
.badge-lost{background:#fee2e2;color:#991b1b}.badge-archive{background:#f1f5f9;color:#475569}
.badge-suspended{background:#fef3c7;color:#92400e}.badge-admin{background:#ede9fe;color:#5b21b6}.badge-agency{background:#eff6ff;color:#1d4ed8}

/* FORMS */
.form-group{margin-bottom:1rem}
.form-label{display:block;font-size:.775rem;font-weight:700;color:#6b7280;margin-bottom:.3rem}
.form-control{width:100%;padding:.6rem .85rem;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.875rem;color:#111827;background:white;transition:border-color .15s,box-shadow .15s;outline:none}
.form-control:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}
.form-control::placeholder{color:#9ca3af}
select.form-control{cursor:pointer}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.form-row-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}
textarea.form-control{resize:vertical;min-height:80px}

/* MODALS */
.modal-overlay{display:none;position:fixed;inset:0;background:rgba(15,23,42,.5);z-index:1000;align-items:center;justify-content:center;padding:1rem;backdrop-filter:blur(2px)}
.modal-overlay.open{display:flex}
.modal-box{background:white;border-radius:16px;width:100%;max-width:560px;max-height:90vh;overflow-y:auto;box-shadow:0 12px 32px rgba(0,0,0,.12)}
.modal-box-lg{max-width:860px}
.modal-head{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.4rem;border-bottom:1px solid #e2e8f0;position:sticky;top:0;background:white;z-index:1}
.modal-head h3{font-size:.95rem;font-weight:800}
.modal-close{background:none;border:none;font-size:1.3rem;cursor:pointer;color:#9ca3af;line-height:1;padding:.2rem .4rem;border-radius:4px}
.modal-close:hover{color:#111827;background:#f1f5f9}
.modal-body{padding:1.25rem}
.modal-foot{padding:1rem 1.4rem;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;gap:.6rem;background:#f8fafc;border-radius:0 0 16px 16px}

/* ALERTS */
.alert{padding:.8rem 1rem;border-radius:8px;font-size:.845rem;margin-bottom:1rem;border:1px solid transparent}
.alert-success{background:#f0fdf4;color:#166534;border-color:#bbf7d0}
.alert-error{background:#fef2f2;color:#991b1b;border-color:#fecaca}
.alert-info{background:#eff6ff;color:#1e40af;border-color:#bfdbfe}
.alert-warning{background:#fffbeb;color:#92400e;border-color:#fde68a}

/* MISC */
.filter-bar{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;margin-bottom:1rem}
.search-input{position:relative}.search-input input{padding-left:2.1rem}.search-input .search-icon{position:absolute;left:.65rem;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:.85rem;pointer-events:none}
.tabs{display:flex;border-bottom:2px solid #e2e8f0;margin-bottom:1.25rem;gap:0}
.tab{padding:.65rem 1.15rem;font-size:.845rem;font-weight:700;color:#6b7280;border-bottom:2px solid transparent;cursor:pointer;margin-bottom:-2px;transition:all .15s;white-space:nowrap}
.tab:hover{color:#2563eb}.tab.active{color:#2563eb;border-bottom-color:#2563eb}
.empty-state{text-align:center;padding:3rem 1rem;color:#9ca3af}
.empty-state .empty-icon{font-size:2.5rem;margin-bottom:.75rem}
.empty-state h3{font-size:.95rem;color:#6b7280;margin-bottom:.35rem}
.empty-state p{font-size:.845rem}
.login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eff6ff 0%,#f0f9ff 50%,#faf5ff 100%);padding:1rem}
.login-card{background:white;border-radius:16px;box-shadow:0 12px 32px rgba(0,0,0,.12);padding:2.5rem;width:100%;max-width:400px;border:1px solid #e2e8f0}
.login-logo{text-align:center;margin-bottom:2rem}
.login-logo .logo-icon{width:54px;height:54px;background:linear-gradient(135deg,#2563eb,#0ea5e9);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:900;color:white;margin:0 auto .75rem;box-shadow:0 4px 16px rgba(37,99,235,.3)}
.login-logo h1{font-size:1.5rem;font-weight:900;color:#111827}
.login-logo p{font-size:.845rem;color:#9ca3af;margin-top:.25rem}
.login-btn{width:100%;padding:.8rem;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:white;border:none;border-radius:8px;font-size:1rem;font-weight:800;cursor:pointer;margin-top:.5rem;transition:all .2s;box-shadow:0 2px 8px rgba(37,99,235,.3)}
.login-btn:hover{box-shadow:0 4px 16px rgba(37,99,235,.4)}
.flex{display:flex}.flex-1{flex:1}.items-center{align-items:center}.justify-between{justify-content:space-between}
.gap-2{gap:.5rem}.gap-3{gap:.75rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}
.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}
.text-sm{font-size:.775rem}.text-muted{color:#9ca3af}.text-secondary{color:#6b7280}
.font-bold{font-weight:700}.font-black{font-weight:900}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.w-full{width:100%}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}
hr.divider{border:none;border-top:1px solid #f1f5f9;margin:1.25rem 0}
.spinner{display:inline-block;width:18px;height:18px;border:2px solid rgba(255,255,255,.4);border-top-color:white;border-radius:50%;animation:spin .6s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.sidebar-toggle{display:none;background:none;border:none;cursor:pointer;font-size:1.25rem;padding:.25rem;color:#111827}
#toast-container{position:fixed;bottom:1.5rem;right:1.5rem;z-index:9999;display:flex;flex-direction:column;gap:.5rem}
.toast{padding:.75rem 1.1rem;border-radius:10px;color:white;font-size:.845rem;font-weight:600;box-shadow:0 4px 16px rgba(0,0,0,.15);animation:slideIn .25s ease;max-width:320px}
.toast-success{background:#10b981}.toast-error{background:#ef4444}.toast-info{background:#2563eb}
@keyframes slideIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
.chart-placeholder{background:#f8fafc;border-radius:8px;padding:2rem;text-align:center;color:#9ca3af;font-size:.845rem}

/* ════════ PROPOSAL GENERATOR ════════ */
.gen-nav{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:1.25rem;padding:.75rem 1rem;background:white;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 3px rgba(0,0,0,.06)}
.gen-nav-btn{padding:.45rem 1rem;border:1.5px solid #e2e8f0;border-radius:999px;font-size:.775rem;font-weight:700;cursor:pointer;background:#f8fafc;color:#64748b;transition:all .18s;white-space:nowrap}
.gen-nav-btn:hover,.gen-nav-btn.active{border-color:#2563eb;color:#ffffff;background:#2563eb;box-shadow:0 2px 8px rgba(37,99,235,.25)}

/* Accordion sections */
.section-step{background:white;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:.85rem;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,.05)}
.section-step-header{padding:1rem 1.25rem;display:flex;align-items:center;gap:.85rem;cursor:pointer;user-select:none;background:white;transition:background .15s}
.section-step-header:hover{background:#f8fafc}
.step-num{width:30px;height:30px;background:#2563eb;color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:900;flex-shrink:0;box-shadow:0 2px 6px rgba(37,99,235,.3);transition:background .2s}
.step-num.done{background:#10b981;box-shadow:0 2px 6px rgba(16,185,129,.3)}
.step-title{font-size:.9rem;font-weight:800;color:#111827}
.step-sub{font-size:.75rem;color:#9ca3af;margin-left:.4rem;font-weight:400}
.step-chevron{margin-left:auto;color:#9ca3af;font-size:.7rem;transition:transform .2s}
.section-step-body{padding:1.35rem;border-top:1px solid #f1f5f9;background:#fafbfc}
.section-step-body.collapsed{display:none}

/* Service grid */
.service-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(195px,1fr));gap:.85rem;width:100%}

/* Service cards - ALL EXPLICIT HEX, NO CSS VARS */
.svc-card{
  position:relative;
  background:#ffffff;
  border:2px solid #e2e8f0;
  border-radius:12px;
  padding:1.1rem;
  cursor:pointer;
  transition:border-color .18s,box-shadow .18s,transform .18s;
  display:flex;
  flex-direction:column;
  gap:.3rem;
  min-height:130px;
  box-shadow:0 1px 3px rgba(0,0,0,.05);
}
.svc-card:hover{border-color:#2563eb;box-shadow:0 6px 20px rgba(37,99,235,.18);transform:translateY(-2px)}
.svc-card.is-selected{border-color:#2563eb;background:#eff6ff;box-shadow:0 4px 14px rgba(37,99,235,.2)}
.svc-card.is-bundle{border-color:#f59e0b;background:#fffbeb}
.svc-card.is-bundle:hover{border-color:#d97706;box-shadow:0 6px 20px rgba(245,158,11,.2)}
.svc-card.is-bundle.is-selected{border-color:#d97706;background:#fef9c3}
.svc-check{display:none;position:absolute;top:.65rem;right:.65rem;width:22px;height:22px;background:#2563eb;color:white;border-radius:50%;align-items:center;justify-content:center;font-size:.7rem;font-weight:900}
.svc-card.is-selected .svc-check{display:flex}
.svc-emoji{font-size:1.75rem;line-height:1;display:block;margin-bottom:.1rem}
.svc-name{font-size:.875rem;font-weight:800;color:#111827;line-height:1.3}
.svc-tier-label{font-size:.7rem;font-weight:700;color:#059669;background:#d1fae5;padding:.1rem .45rem;border-radius:4px;display:inline-block;width:fit-content}
.svc-price{font-size:.75rem;font-weight:700;color:#2563eb}
.svc-desc{font-size:.7rem;color:#9ca3af;line-height:1.4}
.svc-savings{font-size:.72rem;font-weight:700;color:#d97706}
.cat-pills{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:1rem;padding-bottom:.85rem;border-bottom:1px solid #f1f5f9}
.cat-pill{padding:.35rem .85rem;border:1.5px solid #e2e8f0;border-radius:999px;font-size:.755rem;font-weight:700;cursor:pointer;background:white;color:#64748b;transition:all .15s}
.cat-pill:hover{border-color:#2563eb;color:#2563eb;background:#eff6ff}
.cat-pill.active{border-color:#2563eb;background:#2563eb;color:white}

/* Tier cards */
.tier-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(185px,1fr));gap:.75rem;margin-top:.75rem}
.tier-card{border:2px solid #e2e8f0;border-radius:10px;padding:1rem;cursor:pointer;transition:all .18s;background:white}
.tier-card:hover{border-color:#2563eb;transform:translateY(-1px)}
.tier-card.is-tier-selected{border-color:#2563eb;background:#eff6ff;box-shadow:0 2px 10px rgba(37,99,235,.15)}
.tier-name{font-weight:800;font-size:.845rem;color:#111827;margin-bottom:.25rem}
.tier-price{font-size:1.05rem;font-weight:900;color:#2563eb;margin:.25rem 0 .5rem}
.tier-feat-list{margin:0;padding:0;list-style:none}
.tier-feat-list li{font-size:.7rem;color:#6b7280;padding:.12rem 0 .12rem 1.1rem;position:relative}
.tier-feat-list li::before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:800}

/* Pricing bar */
.pricing-bar{background:white;border-top:2px solid #e2e8f0;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;position:sticky;bottom:0;z-index:40;box-shadow:0 -4px 16px rgba(0,0,0,.07)}
.pricing-totals{display:flex;gap:1.75rem}
.pricing-total-item{text-align:center}
.pricing-total-label{font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#9ca3af;display:block;margin-bottom:.1rem}
.pricing-total-val{font-size:1.4rem;font-weight:900;color:#111827;display:block}
.pricing-total-val.is-green{color:#10b981}
.pricing-total-val.is-red{color:#ef4444}

/* Service rows (selected list) */
.svc-row{display:flex;align-items:center;justify-content:space-between;padding:.7rem 1rem;background:white;border-radius:10px;border:1.5px solid #e2e8f0;font-size:.845rem;margin-bottom:.5rem;box-shadow:0 1px 3px rgba(0,0,0,.04)}
.svc-row-name{font-weight:700;color:#111827;font-size:.875rem}
.svc-row-sub{font-size:.72rem;color:#9ca3af;margin-top:.1rem}
.svc-row-price{font-weight:800;color:#10b981;white-space:nowrap;font-size:.9rem}

/* Proposal preview */
.proposal-preview{background:white;padding:2rem;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 2px 8px rgba(0,0,0,.06);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}

/* Coupon badge */
.coupon-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .9rem;background:#d1fae5;color:#065f46;border-radius:999px;font-size:.8rem;font-weight:700;border:1px solid #a7f3d0}

/* Addon forms */
.addon-form{background:white;border:1.5px dashed #93c5fd;border-radius:10px;padding:1.1rem;margin-top:.75rem}

/* Backup timeline */
.backup-timeline{display:flex;flex-direction:column;gap:0}
.backup-entry{display:flex;gap:1rem;padding:.9rem 0;border-bottom:1px solid #f1f5f9;align-items:flex-start}
.backup-entry:last-child{border-bottom:none}
.backup-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;margin-top:.3rem}
.backup-dot.auto{background:#10b981;box-shadow:0 0 0 3px #d1fae5}
.backup-dot.manual{background:#7c3aed;box-shadow:0 0 0 3px #ede9fe}
.backup-dot.full{background:#2563eb;box-shadow:0 0 0 3px #dbeafe}
.backup-meta{font-size:.775rem;color:#9ca3af}
.backup-label{font-size:.845rem;font-weight:700;color:#111827}

.selected-services-list{display:flex;flex-direction:column;gap:.5rem}
.selected-service-row{display:flex;align-items:center;justify-content:space-between;padding:.6rem .9rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0;font-size:.845rem}
.selected-service-row .svc-name{font-weight:600}.selected-service-row .svc-price{color:#10b981;font-weight:700}

@media(max-width:768px){
  .sidebar{transform:translateX(-100%)}.sidebar.open{transform:translateX(0)}
  .sidebar-toggle{display:flex}.main{margin-left:0}
  .stats-grid,.service-grid{grid-template-columns:1fr 1fr}
  .form-row,.form-row-3{grid-template-columns:1fr}
  .page-content{padding:1rem}
  .pricing-bar{flex-direction:column;align-items:stretch}
  .pricing-totals{justify-content:space-around}
}
@media(max-width:480px){.stats-grid,.service-grid{grid-template-columns:1fr}}
@media print{
  .sidebar,.topbar,.pricing-bar,.gen-nav,.no-print{display:none!important}
  .main{margin-left:0!important}
  .page-content{padding:0!important;max-width:100%!important}
  .proposal-preview{border:none;box-shadow:none}
}
