.pro-shell{background:var(--bg-soft);flex-direction:column;min-height:100vh;display:flex}.pro-top{border-bottom:1px solid var(--border);z-index:50;background:#fff;position:sticky;top:0}.pro-bar-inner{align-items:center;gap:.8rem;max-width:1200px;margin:0 auto;padding:.65rem 1.5rem;display:flex}.pro-spacer{flex:1}.pro-top .brand{color:var(--navy);flex:none;align-items:center;gap:.55rem;font-weight:800;text-decoration:none;display:flex}.pro-top .brand img{width:auto;height:26px;display:block}.pro-top .brand .badge{background:var(--teal-lt);color:var(--teal-ink);letter-spacing:.12em;text-transform:uppercase;border-radius:5px;padding:2px 6px;font-size:.58rem;font-weight:800}.pro-divider{background:var(--border);flex:none;width:1px;height:20px}.pro-workspace{align-items:center;gap:.5rem;min-width:0;display:flex}.pro-workspace form{min-width:0;display:flex}.pro-workspace-name{color:var(--navy);white-space:nowrap;text-overflow:ellipsis;max-width:260px;font-size:.88rem;font-weight:700;overflow:hidden}.pro-workspace-select{appearance:none;font:inherit;color:var(--navy);cursor:pointer;text-overflow:ellipsis;background-color:#0000;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235c636c' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-position:right .5rem center;background-repeat:no-repeat;background-size:12px;border:1px solid #0000;border-radius:9px;max-width:240px;padding:.32rem 1.7rem .32rem .55rem;font-size:.88rem;font-weight:700;transition:background-color .15s,border-color .15s}.pro-workspace-select:hover{background-color:var(--bg-soft);border-color:var(--border)}.pro-workspace-select:focus-visible{outline:2px solid var(--teal);outline-offset:1px}.pro-chip{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);white-space:nowrap;background:#eef2f5;border-radius:999px;flex:none;padding:3px 8px;font-size:.66rem;font-weight:800}.pro-chip.is-vetted{background:var(--teal-lt);color:var(--teal-ink)}.pro-chip.is-admin{color:#b45309;background:#fff4e3}.pro-account .nav-dropdown-toggle{color:var(--ink);padding:.3rem .55rem;font-size:.85rem;font-weight:700}.pro-account .nav-dropdown-menu{min-width:210px;left:auto;right:0}.pro-account-name{text-overflow:ellipsis;white-space:nowrap;max-width:160px;overflow:hidden}.pro-menu-signout{text-align:left;width:100%;font:inherit;color:var(--ink);cursor:pointer;background:0 0;border:0;border-radius:9px;padding:.6rem .7rem;font-size:.88rem;font-weight:600;display:block}.pro-menu-signout:hover{background:var(--bg-soft)}.pro-top nav.pro-nav{flex:none;align-items:center;gap:.15rem;display:flex}.pro-top nav.pro-nav a{color:var(--muted);border-radius:9px;align-items:center;gap:.4rem;padding:.42rem .7rem;font-size:.92rem;font-weight:600;transition:color .15s,background .15s;display:inline-flex}.pro-top nav.pro-nav a:hover{color:var(--navy);background:var(--bg-soft)}.pro-top nav.pro-nav a.active{color:var(--teal-ink);background:var(--teal-lt);font-weight:700}.pro-cta{background:var(--teal);color:var(--navy);border-radius:10px;flex:none;align-items:center;margin-left:1.15rem;padding:.5rem .95rem;font-size:.88rem;font-weight:800;transition:background .15s;display:inline-flex}.pro-cta:hover{background:#2ec1a9}.pro-cta.active{background:var(--navy);color:#fff}.pro-burger{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:10px;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;display:none}.pro-burger span{background:var(--navy);border-radius:2px;width:20px;height:2px;transition:transform .2s,opacity .2s;display:block}.pro-mobile-nav{display:none}@media (width<=1080px){.pro-workspace-select,.pro-workspace-name{max-width:150px}.pro-account-name{max-width:90px}.pro-top nav.pro-nav a{padding-left:.5rem;padding-right:.5rem}}@media (width<=900px){.pro-top nav.pro-nav,.pro-top .pro-cta,.pro-account{display:none}.pro-burger{display:flex}.pro-bar-inner{padding-top:.7rem;padding-bottom:.7rem}.pro-workspace-name,.pro-workspace-select{max-width:42vw}.pro-mobile-nav{background:#fff;border-top:1px solid #0000;flex-direction:column;max-height:0;transition:max-height .28s,border-color .28s;display:flex;overflow:hidden}.pro-nav-toggle:checked~.pro-top .pro-mobile-nav{border-top-color:var(--border);max-height:680px}.pro-nav-toggle:checked~.pro-top .pro-burger span:first-child{transform:translateY(7px)rotate(45deg)}.pro-nav-toggle:checked~.pro-top .pro-burger span:nth-child(2){opacity:0}.pro-nav-toggle:checked~.pro-top .pro-burger span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.pro-mobile-nav a{color:var(--ink);border-bottom:1px solid var(--border);align-items:center;gap:.5rem;padding:.95rem 1.5rem;font-size:1rem;font-weight:600;display:flex}.pro-mobile-nav a.active{color:var(--teal-dk);background:var(--teal-50)}.pro-mobile-nav a.cta{color:var(--teal-dk);font-weight:800}.pro-mobile-label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);background:var(--bg-soft);border-bottom:1px solid var(--border);padding:.9rem 1.5rem .35rem;font-size:.68rem;font-weight:800}.pro-mobile-foot{color:var(--muted);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;font-size:.9rem;display:flex}.pro-mobile-foot button{color:var(--muted);text-underline-offset:3px;cursor:pointer;background:0 0;border:0;font-size:.9rem;text-decoration:underline}}@media (width<=520px){.pro-bar-inner{padding-left:1rem;padding-right:1rem}.pro-top .brand img{height:24px}.pro-chip{display:none}}.pro-page{width:100%;max-width:1200px;margin:0 auto;padding:1.75rem 1.5rem 3rem}.pro-page h1{font-size:1.5rem;font-weight:var(--fw-heading);color:var(--ink);margin-bottom:.25rem}.pro-page .sub{color:var(--muted);margin-bottom:1.5rem}.pro-card{border:1px solid var(--border);background:#fff;border-radius:14px;margin-bottom:1.25rem;padding:1.4rem 1.5rem;box-shadow:0 1px 2px #0f17290a}.pro-card h2{font-size:1.05rem;font-weight:var(--fw-title);color:var(--ink);margin-bottom:.25rem}.pro-card .card-sub{color:var(--muted);margin-bottom:1rem;font-size:.9rem}.pro-grid-2{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.pro-grid-3{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}@media (width<=800px){.pro-grid-2,.pro-grid-3{grid-template-columns:1fr}}.pro-pill{text-transform:uppercase;letter-spacing:.06em;border-radius:999px;align-items:center;gap:.35rem;padding:3px 10px;font-size:.72rem;font-weight:800;display:inline-flex}.pro-pill.pending{color:#92400e;background:#fef3c7}.pro-pill.approved{color:#065f46;background:#d1fae5}.pro-pill.rejected{color:#991b1b;background:#fee2e2}.pro-stats{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.25rem;display:grid}@media (width<=800px){.pro-stats{grid-template-columns:1fr 1fr}}.pro-stat{border:1px solid var(--border);background:#fff;border-radius:14px;padding:1rem 1.1rem}.pro-stat .label{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;font-weight:700}.pro-stat .value{color:var(--ink);margin-top:.25rem;font-size:1.7rem;font-weight:800;line-height:1.1}.pro-stat .hint{color:var(--muted);margin-top:.25rem;font-size:.78rem}.pro-form{flex-direction:column;gap:1rem;display:flex}.pro-form .row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.pro-form .row.three{grid-template-columns:1fr 1fr 1fr}@media (width<=700px){.pro-form .row,.pro-form .row.three{grid-template-columns:1fr}}.pro-field{flex-direction:column;gap:.35rem;display:flex}.pro-field label{color:var(--ink);font-size:.82rem;font-weight:700}.pro-field .hint{color:var(--muted);font-size:.78rem}.pro-field input[type=text],.pro-field input[type=email],.pro-field input[type=url],.pro-field input[type=number],.pro-field input[type=password],.pro-field input[type=tel],.pro-field select,.pro-field textarea{border:1px solid var(--border);color:var(--ink);background:#fff;border-radius:10px;width:100%;padding:.65rem .8rem;font-family:inherit;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.pro-field input:focus,.pro-field select:focus,.pro-field textarea:focus{border-color:var(--teal);outline:0;box-shadow:0 0 0 3px #26b29c2e}.pro-field textarea{resize:vertical;min-height:110px}.pro-field .check{align-items:flex-start;gap:.55rem;font-weight:500;display:inline-flex}.pro-field .check input{width:auto;margin-top:3px}.pro-actions{align-items:center;gap:.75rem;padding-top:.5rem;display:flex}.pro-flash{border-radius:12px;margin-bottom:1rem;padding:.8rem 1rem;font-size:.92rem;font-weight:600}.pro-flash.success{color:#14532d;background:#dcfce7;border:1px solid #86efac}.pro-flash.info{color:#1e3a8a;background:#dbeafe;border:1px solid #93c5fd}.pro-flash.error{color:#7f1d1d;background:#fee2e2;border:1px solid #fca5a5}.pro-auth-shell{background:linear-gradient(180deg, #0c1019 0%, var(--navy) 100%);place-items:center;min-height:100vh;padding:2rem 1rem;display:grid}.pro-auth-card{background:#fff;border-radius:18px;width:100%;max-width:560px;padding:2rem 2.25rem;box-shadow:0 40px 80px -20px #0000008c}.pro-auth-card .brand{align-items:center;gap:.65rem;margin-bottom:1rem;display:flex}.pro-auth-card .brand img{height:40px}.pro-auth-card h1{font-size:1.5rem;font-weight:var(--fw-heading);color:var(--ink);margin-bottom:.25rem}.pro-auth-card .sub{color:var(--muted);margin-bottom:1.5rem}.pro-auth-card .alt{color:var(--muted);text-align:center;margin-top:1.25rem;font-size:.9rem}.pro-auth-card .alt a{color:var(--teal);font-weight:700}.pro-hero{background:linear-gradient(135deg, var(--navy) 0%, #14323f 55%, var(--teal-dk) 140%);color:#fff;border-radius:18px;margin-bottom:1.5rem;padding:2.25rem 2rem;position:relative;overflow:hidden}.pro-hero:after{content:"";background:radial-gradient(circle,#26b29c73,#0000 70%);border-radius:50%;width:240px;height:240px;position:absolute;top:-60px;right:-60px}.pro-hero .eyebrow{color:#d7f5ee;letter-spacing:.1em;text-transform:uppercase;background:#ffffff1f;border-radius:999px;align-items:center;gap:.4rem;margin-bottom:.9rem;padding:5px 12px;font-size:.72rem;font-weight:800;display:inline-flex}.pro-hero h1{color:#fff;max-width:620px;margin-bottom:.5rem;font-size:clamp(1.5rem,3.4vw,2.1rem);line-height:1.12}.pro-hero p{color:#cdd8de;max-width:560px;margin:0;font-size:1rem}.pro-hero .hero-actions{z-index:1;flex-wrap:wrap;gap:.75rem;margin-top:1.4rem;display:flex;position:relative}.pro-hero .btn-ghost{color:#fff;background:#ffffff14;border-color:#ffffff47}.pro-hero .btn-ghost:hover{background:#ffffff29;border-color:#fff}.pro-features{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}@media (width<=800px){.pro-features{grid-template-columns:1fr}}.pro-feature{border:1px solid var(--border);background:#fff;border-radius:14px;padding:1.25rem}.pro-feature .ic{background:var(--teal-50);border-radius:11px;place-items:center;width:42px;height:42px;margin-bottom:.7rem;font-size:1.3rem;display:grid}.pro-feature h3{font-size:.98rem;font-weight:var(--fw-title);color:var(--ink);margin-bottom:.25rem}.pro-feature p{color:var(--muted);margin:0;font-size:.88rem;line-height:1.5}.pro-sales{grid-template-columns:1.15fr .85fr;align-items:start;gap:1.25rem;display:grid}@media (width<=900px){.pro-sales{grid-template-columns:1fr}}.how-band{border:1px solid var(--border);background:#fff;border-radius:18px;margin-bottom:1.5rem;padding:1.75rem 1.6rem}.how-band .how-head{text-align:center;max-width:600px;margin:0 auto 1.5rem}.how-band .how-eyebrow{background:var(--teal-50);color:var(--teal-dk);letter-spacing:.1em;text-transform:uppercase;border-radius:999px;margin-bottom:.6rem;padding:4px 11px;font-size:.68rem;font-weight:800;display:inline-block}.how-band .how-head h2{font-size:1.4rem;font-weight:var(--fw-heading);color:var(--ink);margin:0 0 .35rem}.how-band .how-head p{color:var(--muted);margin:0;font-size:.92rem}.how-band .how-steps{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}@media (width<=820px){.how-band .how-steps{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.how-band .how-steps{grid-template-columns:1fr}}.how-step{background:var(--teal-50,#f0fbf8);border:1px solid var(--border);text-align:center;border-radius:14px;padding:1.5rem 1rem 1.1rem;position:relative}.how-step .num{background:var(--navy);color:#fff;border-radius:50%;place-items:center;width:30px;height:30px;font-size:.9rem;font-weight:800;display:grid;position:absolute;top:-14px;left:50%;transform:translate(-50%);box-shadow:0 4px 10px -3px #0000004d}.how-step .ic{margin-bottom:.5rem;font-size:1.6rem;line-height:1}.how-step h4{font-size:.96rem;font-weight:var(--fw-title);color:var(--ink);margin:0 0 .3rem}.how-step p{color:var(--muted);margin:0;font-size:.84rem;line-height:1.5}.order-section{justify-content:center;margin-bottom:1.5rem;display:flex}.order-section .price-card{width:100%;max-width:460px}.price-card{border:1.5px solid var(--teal);background:#fff;border-radius:18px;padding:1.6rem;position:relative;overflow:hidden;box-shadow:0 18px 40px -22px #1c8a7873}.price-card .ribbon{background:var(--teal);color:#fff;letter-spacing:.08em;text-transform:uppercase;padding:4px 40px;font-size:.64rem;font-weight:800;position:absolute;top:14px;right:-34px;transform:rotate(45deg)}.price-card .price-head{align-items:baseline;gap:.5rem;margin-bottom:.35rem;display:flex}.price-card .price{color:var(--ink);font-size:2.6rem;font-weight:900;line-height:1}.price-card .price-unit{color:var(--muted);font-size:.95rem;font-weight:700}.price-card .price-note{color:var(--muted);margin-bottom:1.1rem;font-size:.85rem}.price-card ul.price-feats{flex-direction:column;gap:.6rem;margin:0 0 1.25rem;padding:0;list-style:none;display:flex}.price-card ul.price-feats li{color:var(--ink);align-items:flex-start;gap:.55rem;font-size:.92rem;display:flex}.price-card ul.price-feats li:before{content:"✓";color:var(--teal-dk);background:var(--teal-50);border-radius:50%;flex:none;place-items:center;width:20px;height:20px;margin-top:1px;font-size:.72rem;font-weight:900;display:grid}.price-card .qty-row{flex-wrap:wrap;align-items:flex-end;gap:.75rem;margin-bottom:1rem;display:flex}.price-card .qty-row label{color:var(--ink);flex-direction:column;gap:.35rem;font-size:.82rem;font-weight:700;display:flex}.price-card select{border:1px solid var(--border);color:var(--ink);background:#fff;border-radius:10px;min-width:190px;padding:.65rem .8rem;font-family:inherit;font-size:.95rem}.price-card .btn-block{width:100%}.price-card .secure-note{color:var(--muted);justify-content:center;align-items:center;gap:.4rem;margin-top:.8rem;font-size:.78rem;display:flex}.steps{gap:.9rem;display:grid}.step{align-items:flex-start;gap:.85rem;display:flex}.step .num{background:var(--navy);color:#fff;border-radius:50%;flex:none;place-items:center;width:30px;height:30px;font-size:.9rem;font-weight:800;display:grid}.step h4{font-size:.95rem;font-weight:var(--fw-title);color:var(--ink);margin:2px 0 .15rem}.step p{color:var(--muted);margin:0;font-size:.86rem;line-height:1.5}.upsell{background:linear-gradient(120deg, #0c1019 0%, var(--navy) 70%);color:#fff;border-radius:18px;flex-wrap:wrap;align-items:center;gap:1.5rem;margin-bottom:1.25rem;padding:1.6rem 1.8rem;display:flex;position:relative;overflow:hidden}.upsell:before{content:"";background:radial-gradient(circle at 100% 0,#26b29c59,#0000 55%);position:absolute;inset:0}.upsell .upsell-body{z-index:1;flex:1;min-width:260px;position:relative}.upsell .tagline{color:#d7f5ee;letter-spacing:.1em;text-transform:uppercase;background:#ffffff1f;border-radius:999px;align-items:center;gap:.4rem;margin-bottom:.7rem;padding:4px 11px;font-size:.68rem;font-weight:800;display:inline-flex}.upsell h3{color:#fff;font-size:1.25rem;font-weight:var(--fw-heading);margin-bottom:.35rem}.upsell p{color:#c7d2da;max-width:520px;margin:0;font-size:.92rem}.upsell .upsell-actions{z-index:1;flex-wrap:wrap;gap:.6rem;display:flex;position:relative}.upsell .price-from{color:#9fb0bb;margin-top:.5rem;font-size:.8rem}.upsell .btn-ghost{color:#fff;background:#ffffff14;border-color:#ffffff4d}.upsell .btn-ghost:hover{border-color:#fff}.pro-section-title{font-size:1.15rem;font-weight:var(--fw-heading);color:var(--ink);margin:0 0 .9rem}.order-table{border-collapse:collapse;width:100%}.order-table th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);padding:.5rem .6rem;font-size:.74rem;font-weight:700}.order-table td{border-top:1px solid var(--border);color:var(--ink);vertical-align:middle;padding:.75rem .6rem;font-size:.9rem}.order-status{border-radius:999px;align-items:center;gap:.35rem;padding:3px 10px;font-size:.82rem;font-weight:700;display:inline-flex}.order-status.pending{color:#6b7280;background:#f3f4f6}.order-status.paid{color:#0f766e;background:#ccfbf1}.order-status.shipped{color:#1d4ed8;background:#dbeafe}.order-status.delivered{color:#047857;background:#d1fae5}.order-status.cancelled{color:#b91c1c;background:#fee2e2}@media (width<=640px){.order-table thead{display:none}.order-table,.order-table tbody,.order-table tr,.order-table td{width:100%;display:block}.order-table tr{border:1px solid var(--border);border-radius:12px;margin-bottom:.75rem;padding:.35rem .25rem}.order-table td{border:0;justify-content:space-between;gap:1rem;padding:.35rem .75rem;display:flex}.order-table td:before{content:attr(data-label);color:var(--muted);font-size:.78rem;font-weight:700}}.order-type-tag{letter-spacing:.04em;text-transform:uppercase;color:#92400e;background:#fef3c7;border-radius:6px;margin-left:.35rem;padding:2px 7px;font-size:.68rem;font-weight:800;display:inline-block}.replace-note{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;margin-bottom:1rem;padding:.7rem .9rem;font-size:.88rem;line-height:1.5}.replace-note a{color:#92400e;font-weight:700;text-decoration:underline}.replace-form .replace-grid{flex-wrap:wrap;gap:.9rem;margin-bottom:1rem;display:flex}.replace-form .replace-grid label{color:var(--ink);flex-direction:column;gap:.35rem;font-size:.82rem;font-weight:700;display:flex}.replace-form select{border:1px solid var(--border);color:var(--ink);background:#fff;border-radius:10px;min-width:190px;padding:.6rem .75rem;font-family:inherit;font-size:.92rem}.replace-form .secure-note{color:var(--muted);align-items:center;gap:.4rem;margin-top:.7rem;font-size:.78rem;display:flex}.profile-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.profile-head .sub{margin-bottom:0}.completeness.is-complete{border-color:var(--teal);background:linear-gradient(180deg, var(--teal-50,#e9faf6) 0%, #fff 60%)}.completeness-top{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.9rem;display:flex}.completeness-top h2{margin-bottom:.2rem}.completeness-pct{color:var(--teal-dk);flex:none;font-size:1.9rem;font-weight:900;line-height:1}.completeness.is-complete .completeness-pct{color:var(--teal-dk)}.completeness-bar{background:#eef2f5;border-radius:999px;height:10px;overflow:hidden}.completeness-bar>span{background:linear-gradient(90deg, var(--teal) 0%, var(--teal-dk) 100%);border-radius:999px;height:100%;transition:width .4s;display:block}.completeness-missing{flex-wrap:wrap;align-items:center;gap:.4rem;margin-top:.9rem;display:flex}.completeness-missing .lbl{color:var(--muted);margin-right:.15rem;font-size:.8rem;font-weight:700}.completeness-missing .chip{color:var(--ink);border:1px solid var(--border);background:#f1f5f9;border-radius:999px;padding:3px 9px;font-size:.76rem;font-weight:600}.char-count{font-variant-numeric:tabular-nums;align-self:flex-end}.char-count.near-limit{color:#b45309;font-weight:700}.logo-row{flex-wrap:wrap;align-items:center;gap:1.25rem;display:flex}.logo-preview{object-fit:cover;border:1px solid var(--border);background:#f1f5f9;border-radius:14px;flex:none;width:88px;height:88px}.logo-preview.is-empty{position:relative}.logo-preview.is-empty:after{content:"Logo";color:var(--muted);text-transform:uppercase;letter-spacing:.06em;place-items:center;font-size:.72rem;font-weight:700;display:grid;position:absolute;inset:0}.logo-controls{flex-direction:column;gap:.85rem;display:flex}.btn-file{cursor:pointer;display:inline-flex}.pro-actions-sticky{z-index:5;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-top:1px solid var(--border);background:#ffffffeb;margin:1rem -1.5rem -1.5rem;padding:1rem 1.5rem;position:sticky;bottom:0}@media (width<=700px){.pro-actions-sticky{margin-left:-1rem;margin-right:-1rem;padding-left:1rem;padding-right:1rem}}.btn-sm{padding:.4rem .75rem;font-size:.82rem}.btn-ghost.danger{color:#b91c1c}.btn-ghost.danger:hover{border-color:#b91c1c}.pro-nav-badge{background:var(--teal-ink);color:#fff;vertical-align:middle;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;margin-left:.35rem;padding:0 5px;font-size:.68rem;font-weight:800;line-height:1;display:inline-flex}.pro-pill.new{color:#1e40af;background:#dbeafe}.pro-pill.contacted{color:#92400e;background:#fef3c7}.pro-pill.won{color:#065f46;background:#d1fae5}.pro-pill.lost{color:#991b1b;background:#fee2e2}.pro-pill.archived{color:#64748b;background:#eef2f5}.filter-tabs{flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem;display:flex}.filter-tab{border:1px solid var(--border);color:var(--muted);background:#fff;border-radius:999px;align-items:center;gap:.45rem;padding:.45rem .85rem;font-size:.88rem;font-weight:700;transition:border-color .15s,color .15s,background .15s;display:inline-flex}.filter-tab:hover{border-color:var(--teal);color:var(--navy)}.filter-tab.active{background:var(--navy);border-color:var(--navy);color:#fff}.filter-tab .count{background:var(--teal-50);min-width:20px;height:20px;color:var(--teal-dk);border-radius:999px;justify-content:center;align-items:center;padding:0 6px;font-size:.72rem;font-weight:800;display:inline-flex}.filter-tab.active .count{color:#fff;background:#fff3}.lead-list{flex-direction:column;gap:.9rem;display:flex}.lead-card{border:1px solid var(--border);background:#fff;border-radius:14px;padding:1.1rem 1.25rem;box-shadow:0 1px 2px #0f17290a}.lead-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.lead-who{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.lead-who strong{color:var(--ink);font-size:1rem}.lead-time{color:var(--muted);white-space:nowrap;font-size:.82rem}.lead-meta{flex-wrap:wrap;gap:.4rem 1rem;margin:.6rem 0;display:flex}.lead-contact{color:var(--teal-dk);font-size:.86rem;font-weight:600}.lead-contact:hover{text-decoration:underline}.lead-msg{color:var(--ink);background:var(--bg-soft,#f8fafc);white-space:pre-line;border-radius:10px;margin:0 0 .9rem;padding:.7rem .85rem;font-size:.92rem;line-height:1.55}.lead-actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.lead-action-form{margin:0;display:inline}.tags-empty{text-align:center;padding:2.75rem 1.5rem}.tags-empty-icon{margin-bottom:.5rem;font-size:2rem}.tags-empty h2{margin-bottom:.35rem}.tags-empty p{color:var(--muted);max-width:460px;margin:0 auto 1.3rem}.tags-table td{vertical-align:middle}.tags-table tr.is-disabled{opacity:.62}.tag-actions{flex-wrap:wrap;gap:.4rem;display:flex}.tag-actions form{margin:0;display:inline}.tags-foot{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem 1.25rem;margin-top:1.2rem;padding-top:1.2rem;display:flex}.tags-foot strong{color:var(--ink);font-size:.95rem;display:block}.tags-foot span{color:var(--muted);font-size:.86rem}@media (width<=560px){.tags-foot .btn{width:100%}}.tags-help{color:var(--muted);border-top:1px solid var(--border);margin:1rem 0 0;padding-top:1rem;font-size:.84rem;line-height:1.55}.tags-help a{color:var(--teal-dk);font-weight:700;text-decoration:underline}@media (width<=640px){.tags-table td[data-label=Actions]{display:block}.tags-table td[data-label=Actions]:before{margin-bottom:.4rem;display:block}.tag-actions{justify-content:flex-start}}.upgrade-card{background:linear-gradient(180deg, var(--teal-50,#f4fbf9) 0%, #fff 60%);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:.5rem;margin-bottom:1.25rem;padding:1.3rem 1.4rem;display:flex;position:relative}.upgrade-card.is-joined{border-color:var(--teal)}.upgrade-card .upgrade-lock{border:1px solid var(--border);background:#fff;border-radius:10px;place-items:center;width:34px;height:34px;font-size:1rem;display:grid;position:absolute;top:1.1rem;right:1.2rem}.upgrade-card.is-joined .upgrade-lock{background:var(--teal);border-color:var(--teal);color:#fff;font-weight:900}.upgrade-badge{background:var(--navy);color:#fff;letter-spacing:.08em;text-transform:uppercase;border-radius:999px;align-self:flex-start;align-items:center;gap:.3rem;padding:4px 10px;font-size:.66rem;font-weight:800;display:inline-flex}.upgrade-main h3{font-size:1.05rem;font-weight:var(--fw-title);color:var(--ink);margin:.6rem 0 .3rem;padding-right:2.5rem}.upgrade-main p{color:var(--muted);margin:0;font-size:.9rem;line-height:1.55}.upgrade-bullets{flex-direction:column;gap:.35rem;margin:.7rem 0 0;padding:0;list-style:none;display:flex}.upgrade-bullets li{color:var(--ink);align-items:flex-start;gap:.5rem;font-size:.86rem;display:flex}.upgrade-bullets li:before{content:"✓";color:var(--teal-dk);border:1px solid var(--teal);background:#fff;border-radius:50%;flex:none;place-items:center;width:18px;height:18px;margin-top:1px;font-size:.66rem;font-weight:900;display:grid}.upgrade-action{margin-top:.9rem}.upgrade-action form{margin:0}.upgrade-action .btn{padding:.6rem 1.1rem;font-size:.88rem}.upgrade-note{color:var(--muted);margin-top:.5rem;font-size:.76rem;display:block}.upgrade-joined{color:var(--teal-dk);align-items:center;gap:.4rem;font-size:.9rem;font-weight:800;display:inline-flex}.upsell-feats{flex-wrap:wrap;gap:.4rem .9rem;margin:.9rem 0 0;padding:0;list-style:none;display:flex}.upsell-feats li{color:#d7f5ee;font-size:.86rem;font-weight:600}.upsell-joined{color:#d7f5ee;background:#ffffff1a;border-radius:10px;align-items:center;gap:.4rem;padding:.5rem .9rem;font-size:.92rem;font-weight:800;display:inline-flex}.muted{color:var(--muted);font-size:.88rem}.order-table select,.tags-table select{border:1px solid var(--border);font:inherit;min-width:9.5rem;max-width:100%;color:var(--ink);background:#fff;border-radius:8px;padding:.32rem .45rem;font-size:.85rem}.order-table form{margin:0}.order-table tr.is-disabled td{opacity:.55}.next-steps{border:1px solid var(--border);background:#fff;border-radius:16px;margin-bottom:1.25rem;padding:1.15rem 1.25rem;box-shadow:0 10px 30px -24px #1b324080}.next-steps-head{flex-wrap:wrap;align-items:baseline;gap:.75rem;margin-bottom:.9rem;display:flex}.next-steps-head h2{color:var(--navy);margin:0;font-size:1.05rem}.next-steps-count{color:var(--muted);font-size:.8rem;font-weight:600}.next-steps-list{flex-direction:column;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.next-step{background:var(--bg-soft);border:1px solid #0000;border-radius:12px;align-items:center;gap:.85rem;padding:.8rem .9rem;display:flex}.next-step.tone-urgent{background:#fef2f2;border-color:#fecaca}.next-step.tone-sell{background:var(--teal-50,#f0fbf8);border-color:#b6e3d8}.next-step-num{background:var(--navy);color:#fff;border-radius:50%;flex:none;place-items:center;width:26px;height:26px;font-size:.78rem;font-weight:800;display:grid}.next-step.tone-urgent .next-step-num{background:#b91c1c}.next-step.tone-sell .next-step-num{background:var(--teal)}.next-step-body{flex:1;min-width:0}.next-step-body h3{color:var(--navy);flex-wrap:wrap;align-items:center;gap:.5rem;margin:0 0 .15rem;font-size:.95rem;display:flex}.next-step-body p{color:var(--muted);margin:0;font-size:.85rem;line-height:1.45}.next-step-meta{letter-spacing:.04em;text-transform:uppercase;border:1px solid var(--border);color:var(--muted);background:#fff;border-radius:999px;padding:2px 7px;font-size:.68rem;font-weight:800}.next-step-go{background:var(--navy);color:#fff;white-space:nowrap;border-radius:9px;flex:none;align-items:center;gap:.4rem;padding:.5rem .85rem;font-size:.82rem;font-weight:700;transition:background .15s,transform .12s;display:inline-flex}.next-step-go:hover{background:#0f2733;transform:translateY(-1px)}.next-step-go svg{transition:transform .15s}.next-step-go:hover svg{transform:translate(2px)}.next-step.tone-sell .next-step-go{background:var(--teal)}.next-step.tone-sell .next-step-go:hover{background:var(--teal-dk)}.next-steps.is-clear{background:var(--teal-50,#f0fbf8);border-color:#b6e3d8}.next-steps-clear{align-items:center;gap:.9rem;display:flex}.next-steps-clear h2{color:var(--teal-dk);margin:0 0 .15rem;font-size:1rem}.next-steps-clear p{color:var(--muted);margin:0;font-size:.87rem}.next-steps-tick{background:var(--teal);color:#fff;border-radius:50%;flex:none;place-items:center;width:34px;height:34px;font-size:1.05rem;font-weight:800;display:grid}@media (width<=560px){.next-step{flex-wrap:wrap;row-gap:.6rem}.next-step-body{flex:100%;order:2}.next-step-num{order:1}.next-step-go{order:3;margin-left:auto}}
