:root{
  --phcc-navy:#061a33;--phcc-navy-2:#0b2749;--phcc-blue:#0b4ea2;--phcc-blue-2:#1f6fd1;
  --phcc-ice:#eaf4ff;--phcc-bg:#f2f6fb;--phcc-card:#fff;--phcc-line:#dce6f1;--phcc-text:#132033;--phcc-muted:#66758a;
  --phcc-good:#14804a;--phcc-warn:#b76a09;--phcc-bad:#b42318;--phcc-shadow:0 16px 50px rgba(6,26,51,.09);
}
.ph-cc-shell{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:100vh;background:var(--phcc-bg);color:var(--phcc-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;width:100vw;max-width:none!important}
.ph-cc-shell *{box-sizing:border-box}.ph-cc-shell a{text-decoration:none}.ph-cc-sidebar{background:linear-gradient(180deg,#061a33 0%,#071f3c 55%,#05162b 100%);color:#fff;padding:26px 18px;display:flex;flex-direction:column;min-height:100vh;position:sticky;top:0;height:100vh;z-index:10}
.ph-cc-brand{padding:4px 10px 28px;border-bottom:1px solid rgba(255,255,255,.09)}.ph-cc-brand img{max-width:190px;max-height:58px;width:auto;height:auto;object-fit:contain}.ph-cc-wordmark{display:flex;align-items:center;gap:10px}.ph-cc-wordmark i{width:30px;height:30px;border:2px solid #62b0ff;border-radius:9px;transform:rotate(30deg);box-shadow:0 0 20px rgba(98,176,255,.35)}.ph-cc-wordmark strong{letter-spacing:.13em;font-size:17px}.ph-cc-brand small{display:block;margin-top:8px;color:#a9bad0;font-size:11px;letter-spacing:.08em;text-transform:uppercase}
.ph-cc-sidebar nav{display:grid;gap:5px;padding:22px 0;flex:1}.ph-cc-sidebar nav a{display:flex;align-items:center;gap:11px;padding:11px 12px;border-radius:11px;color:#bdcce0;font-weight:650;font-size:13px;transition:.18s ease}.ph-cc-sidebar nav a b{display:grid;place-items:center;width:29px;height:29px;border-radius:8px;background:rgba(255,255,255,.055);font-size:10px;letter-spacing:.04em}.ph-cc-sidebar nav a:hover,.ph-cc-sidebar nav a.is-active{background:rgba(98,176,255,.13);color:#fff}.ph-cc-sidebar nav a.is-active b{background:#0b4ea2;color:#fff;box-shadow:0 4px 15px rgba(11,78,162,.4)}
.ph-cc-sidebar-foot{display:grid;gap:10px;padding:18px 10px 0;border-top:1px solid rgba(255,255,255,.09);font-size:11px}.ph-cc-sidebar-foot span{display:flex;align-items:center;gap:7px;color:#cbd8e7}.ph-cc-sidebar-foot span i{width:7px;height:7px;border-radius:50%;background:#36c275;box-shadow:0 0 10px #36c275}.ph-cc-sidebar-foot a{color:#8ebdec}
.ph-cc-main{min-width:0;padding:30px 36px 60px;max-width:1600px;width:100%;margin:0 auto}.ph-cc-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;margin:0 0 26px}.ph-cc-topbar h1{font-size:clamp(27px,2.5vw,39px);line-height:1.05;margin:5px 0 8px;color:#0d1b2e;letter-spacing:-.035em}.ph-cc-topbar p{margin:0;color:var(--phcc-muted);font-size:14px;max-width:720px}.ph-cc-eyebrow,.ph-cc-section-intro span,.ph-cc-card-head>div>span{display:block;color:var(--phcc-blue);font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.ph-cc-shell.is-demo .ph-cc-eyebrow{color:#b76a09}.ph-cc-user{display:flex;align-items:center;gap:10px;padding:7px 9px;background:#fff;border:1px solid var(--phcc-line);border-radius:13px;box-shadow:0 7px 18px rgba(6,26,51,.05)}.ph-cc-user>span{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:var(--phcc-navy);color:#fff;font-weight:800;font-size:12px}.ph-cc-user div{display:grid;line-height:1.2;padding-right:7px}.ph-cc-user strong{font-size:12px}.ph-cc-user small{font-size:10px;color:var(--phcc-muted);margin-top:3px}
.ph-cc-notice{margin:0 0 22px;padding:12px 15px;border-radius:10px;border:1px solid var(--phcc-line);background:#fff;font-size:13px}.ph-cc-notice.is-success{border-color:#b7e2c9;background:#effaf4;color:#14532d}.ph-cc-notice.is-error{border-color:#fac6c2;background:#fff3f2;color:#8b1e16}
.ph-cc-metrics{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin-bottom:18px}.ph-cc-metrics-small{grid-template-columns:repeat(5,minmax(0,1fr))}.ph-cc-metric{background:var(--phcc-card);border:1px solid var(--phcc-line);border-radius:15px;padding:16px;box-shadow:0 6px 18px rgba(6,26,51,.04);min-width:0}.ph-cc-metric>span{font-size:10px;font-weight:750;color:var(--phcc-muted);text-transform:uppercase;letter-spacing:.07em}.ph-cc-metric>strong{display:block;margin-top:8px;font-size:clamp(20px,2vw,29px);letter-spacing:-.035em;color:#10213a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ph-cc-metric>small{display:block;margin-top:5px;font-size:11px;color:var(--phcc-muted)}.ph-cc-metric.is-blue{background:linear-gradient(145deg,#082c57,#0b4ea2);border-color:#0b4ea2;color:#fff}.ph-cc-metric.is-blue>span,.ph-cc-metric.is-blue>strong,.ph-cc-metric.is-blue>small{color:#fff}.ph-cc-metric.is-warn{border-top:3px solid #e39a2b}.ph-cc-metric.is-good{border-top:3px solid #36a96a}
.ph-cc-grid{display:grid;gap:18px}.ph-cc-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.ph-cc-card{background:#fff;border:1px solid var(--phcc-line);border-radius:17px;padding:20px;box-shadow:0 8px 28px rgba(6,26,51,.045);margin-bottom:18px}.ph-cc-card h2{margin:4px 0 0;font-size:20px;letter-spacing:-.02em}.ph-cc-card h3{color:#12223b}.ph-cc-card p{color:var(--phcc-muted);font-size:13px;line-height:1.65}.ph-cc-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:15px}.ph-cc-card-head a{font-size:12px;font-weight:750;color:var(--phcc-blue)}.ph-cc-section-intro{display:flex;justify-content:space-between;margin:0 0 18px}.ph-cc-section-intro h2{margin:5px 0 6px;font-size:24px}.ph-cc-section-intro p{margin:0;color:var(--phcc-muted);font-size:13px;max-width:720px;line-height:1.6}
.ph-cc-attention{display:grid;gap:3px}.ph-cc-attention a{display:grid;grid-template-columns:45px 1fr 20px;gap:12px;align-items:center;padding:11px 7px;border-top:1px solid #edf1f5;color:inherit}.ph-cc-attention a:first-child{border-top:0}.ph-cc-attention a>b{display:grid;place-items:center;width:39px;height:39px;border-radius:10px;background:#edf5ff;color:var(--phcc-blue);font-size:15px}.ph-cc-attention a span{display:grid}.ph-cc-attention strong{font-size:12px}.ph-cc-attention small{font-size:10px;color:var(--phcc-muted);margin-top:3px}.ph-cc-attention a>i{font-style:normal;color:#8aa0b9}
.ph-cc-value-bars{display:grid;gap:14px}.ph-cc-value-bars>div>span{display:flex;justify-content:space-between;font-size:12px}.ph-cc-value-bars>div>span b{font-size:12px}.ph-cc-value-bars i{display:block;height:7px;background:#edf1f5;border-radius:999px;overflow:hidden;margin:6px 0}.ph-cc-value-bars i em{display:block;height:100%;background:linear-gradient(90deg,#0b4ea2,#62b0ff);border-radius:inherit}.ph-cc-value-bars small{font-size:10px;color:var(--phcc-muted)}
.ph-cc-sites{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.ph-cc-sites article{border:1px solid #e4ebf3;border-radius:12px;padding:13px;display:grid;grid-template-columns:10px 1fr;gap:4px 9px;align-items:start}.ph-cc-sites article>i,.ph-cc-site-grid article header>i{width:8px;height:8px;border-radius:50%;margin-top:5px;background:#e39a2b}.ph-cc-sites article>i.is-online,.ph-cc-site-grid article header>i.is-online{background:#36b66a}.ph-cc-sites article div{display:grid}.ph-cc-sites article div strong{font-size:12px}.ph-cc-sites article div small{font-size:9px;color:var(--phcc-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ph-cc-sites article>span{grid-column:2;display:grid;margin-top:8px}.ph-cc-sites article>span b{font-size:14px}.ph-cc-sites article>span small{font-size:9px;color:var(--phcc-muted)}
.ph-cc-order-list{display:grid;gap:13px}.ph-cc-order{background:#fff;border:1px solid var(--phcc-line);border-radius:16px;box-shadow:0 7px 22px rgba(6,26,51,.04);overflow:hidden}.ph-cc-order>header{display:flex;justify-content:space-between;gap:20px;padding:17px 19px}.ph-cc-order>header h3{font-size:18px;margin:7px 0 3px}.ph-cc-order>header p{margin:0;color:var(--phcc-muted);font-size:11px}.ph-cc-status{display:inline-flex;padding:4px 7px;border-radius:999px;font-size:8px;font-weight:900;letter-spacing:.08em}.ph-cc-status.is-paid{color:#12613a;background:#e7f8ee}.ph-cc-status.is-unpaid{color:#8c4e06;background:#fff2db}.ph-cc-order-site{font-size:9px;font-weight:750;color:#7890aa;margin-left:7px}.ph-cc-order-total{text-align:right}.ph-cc-order-total strong{display:block;font-size:20px}.ph-cc-order-total small{font-size:10px;color:var(--phcc-muted)}.ph-cc-order-facts{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));padding:10px 19px 13px;background:#f8fafc;border-top:1px solid #edf1f5;border-bottom:1px solid #edf1f5}.ph-cc-order-facts span{display:grid;gap:2px;border-left:1px solid #e7edf4;padding:2px 13px}.ph-cc-order-facts span:first-child{border-left:0;padding-left:0}.ph-cc-order-facts small{font-size:8px;text-transform:uppercase;letter-spacing:.06em;color:#8595a8}.ph-cc-order-facts b{font-size:11px;overflow:hidden;text-overflow:ellipsis}.ph-cc-order details>summary{padding:11px 19px;cursor:pointer;color:var(--phcc-blue);font-size:11px;font-weight:800;list-style:none}.ph-cc-order details>summary::-webkit-details-marker{display:none}.ph-cc-order-actions{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:14px;padding:0 19px 19px}.ph-cc-demo-note{padding:12px 14px;background:#fff7e8;border:1px solid #f1d7a7;border-radius:10px;color:#7d5214;font-size:12px;margin:0 19px 18px}
.ph-cc-form{display:grid;gap:11px}.ph-cc-form.is-compact{background:#f8fafc;border:1px solid #e6edf5;border-radius:12px;padding:13px}.ph-cc-form label{display:grid;gap:5px;font-size:10px;font-weight:750;color:#41526a}.ph-cc-form input:not([type=checkbox]),.ph-cc-form select,.ph-cc-form textarea,.ph-cc-inline-form input,.ph-cc-search input,.ph-cc-search select,.ph-cc-group-maker input,.ph-cc-inline-editor select{width:100%;min-height:39px;border:1px solid #d4dfeb;border-radius:8px;padding:8px 10px;background:#fff;color:#142238;font:inherit;font-size:12px;box-shadow:none}.ph-cc-form textarea{resize:vertical;line-height:1.5}.ph-cc-form label small{font-weight:400;color:var(--phcc-muted);font-size:9px}.ph-cc-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ph-cc-check{display:flex!important;grid-template-columns:none!important;align-items:flex-start;gap:8px!important;line-height:1.4}.ph-cc-check input{margin-top:2px}.ph-cc-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #cbd8e6;background:#fff;color:#19304e;border-radius:9px;padding:10px 14px;font-weight:800;font-size:11px;cursor:pointer;text-decoration:none!important}.ph-cc-button:hover{border-color:#94add0}.ph-cc-button.is-primary{background:var(--phcc-blue);border-color:var(--phcc-blue);color:#fff}.ph-cc-button.is-warning{background:#fff2d8;border-color:#e9bb63;color:#724306}.ph-cc-button:disabled{opacity:.45;cursor:not-allowed}.ph-cc-inline-form{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.ph-cc-inline-form input{max-width:420px}.ph-cc-empty{padding:30px;text-align:center;color:var(--phcc-muted);font-size:13px}
.ph-cc-search{display:grid;grid-template-columns:minmax(220px,1fr) 190px auto;gap:8px;margin-bottom:14px}.ph-cc-table-wrap{width:100%;overflow:auto;border:1px solid #e5ecf4;border-radius:11px}.ph-cc-table{width:100%;border-collapse:collapse;min-width:850px}.ph-cc-table th{padding:10px 11px;background:#f5f8fb;text-align:left;font-size:8px;letter-spacing:.08em;text-transform:uppercase;color:#718196;border-bottom:1px solid #e5ecf4}.ph-cc-table td{padding:10px 11px;font-size:11px;border-bottom:1px solid #edf1f5;vertical-align:middle}.ph-cc-table tr:last-child td{border-bottom:0}.ph-cc-table td strong{font-size:11px}.ph-cc-table td small{display:block;font-size:9px;color:var(--phcc-muted);margin-top:2px}.ph-cc-consent{display:inline-block;padding:4px 7px;border-radius:999px;font-size:8px;font-weight:800;text-transform:uppercase}.ph-cc-consent.is-subscribed{background:#e7f8ee;color:#12613a}.ph-cc-consent.is-unknown{background:#fff2db;color:#895209}.ph-cc-consent.is-unsubscribed{background:#fbe9e7;color:#912219}.ph-cc-mini{display:inline-flex;border:1px solid #d4dfeb;background:#fff;border-radius:7px;padding:6px 8px;font-size:9px;font-weight:800;color:#28415f;cursor:pointer;margin-left:5px}.ph-cc-mini.is-primary{background:#0b4ea2;color:#fff;border-color:#0b4ea2}.ph-cc-mini.is-danger{color:#9c241b;border-color:#efc4bf}.ph-cc-group-maker{display:flex;gap:8px;margin-bottom:10px}.ph-cc-group-maker input{max-width:360px}.ph-cc-inline-editor{margin-top:12px;padding:14px;border:1px solid #dbe6f1;border-radius:11px;background:#f8fbff}.ph-cc-inline-editor h3{margin:0 0 9px;font-size:13px}.ph-cc-inline-editor form{display:flex;gap:8px}.ph-cc-inline-editor select{max-width:280px}
.ph-cc-group-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;margin-bottom:18px}.ph-cc-group-grid article{background:#fff;border:1px solid var(--phcc-line);border-radius:15px;padding:17px;box-shadow:0 6px 20px rgba(6,26,51,.04)}.ph-cc-group-grid article>span{font-size:8px;font-weight:850;letter-spacing:.09em;color:var(--phcc-blue)}.ph-cc-group-grid h3{font-size:14px;margin:7px 0 17px}.ph-cc-group-grid strong{display:block;font-size:27px}.ph-cc-group-grid small{font-size:9px;color:var(--phcc-muted)}
.ph-cc-mail-layout{align-items:start}.ph-cc-email-preview{position:sticky;top:20px}.ph-email-card{background:#edf3f9;padding:20px;border-radius:13px}.ph-email-head{background:#061a33;padding:18px;border-radius:11px 11px 0 0;color:#fff;letter-spacing:.12em;font-size:14px}.ph-email-body{background:#fff;padding:23px}.ph-email-body>small{color:#7b8999;font-size:9px}.ph-email-body h3{font-size:20px;margin:7px 0 14px}.ph-email-body div{font-size:11px;line-height:1.7;color:#415169}.ph-email-body a{display:inline-block;margin-top:14px;padding:9px 13px;border-radius:7px;background:#0b4ea2;color:#fff;font-size:10px;font-weight:800}.ph-email-foot{background:#fff;border-top:1px solid #e6edf4;padding:13px 23px;border-radius:0 0 11px 11px;font-size:8px;color:#8090a1}.ph-cc-campaigns{display:grid;gap:8px}.ph-cc-campaigns article{display:grid;grid-template-columns:minmax(0,1fr) 100px minmax(200px,auto);gap:14px;align-items:center;padding:12px;border:1px solid #e4ebf3;border-radius:10px}.ph-cc-campaigns h3{margin:5px 0 2px;font-size:13px}.ph-cc-campaigns p{margin:0;font-size:10px}.ph-cc-campaigns small{font-size:9px;color:var(--phcc-muted)}.ph-cc-campaign-status{padding:3px 6px;border-radius:999px;background:#eef3f8;font-size:7px;font-weight:900;letter-spacing:.08em}.ph-cc-campaign-status.is-sent{background:#e6f7ed;color:#12613a}.ph-cc-campaign-status.is-scheduled{background:#e6f0ff;color:#154f99}.ph-cc-campaign-status.is-sending{background:#fff3dc;color:#86520b}.ph-cc-campaign-stats{display:grid}.ph-cc-campaign-stats b{font-size:11px}.ph-cc-campaign-actions{display:flex;align-items:center;justify-content:flex-end;gap:5px;flex-wrap:wrap}.ph-cc-campaign-actions form{display:flex;gap:4px}.ph-cc-campaign-actions input{max-width:145px;min-height:28px;border:1px solid #d9e2ec;border-radius:6px;font-size:9px;padding:4px 6px}
.ph-cc-site-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.ph-cc-site-grid article{background:#fff;border:1px solid var(--phcc-line);border-radius:15px;padding:16px;box-shadow:0 7px 22px rgba(6,26,51,.04)}.ph-cc-site-grid article header{display:grid;grid-template-columns:10px 1fr auto;gap:9px;align-items:start;border-bottom:1px solid #edf1f5;padding-bottom:12px}.ph-cc-site-grid h3{margin:0;font-size:14px}.ph-cc-site-grid header a{font-size:9px;color:var(--phcc-blue)}.ph-cc-site-grid header>span{font-size:8px;color:#8997a8;background:#f1f5f9;padding:4px 6px;border-radius:6px}.ph-cc-site-grid article>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:15px 0}.ph-cc-site-grid article>div span{display:grid}.ph-cc-site-grid article>div small{font-size:8px;color:var(--phcc-muted);text-transform:uppercase}.ph-cc-site-grid article>div strong{font-size:15px;margin-top:3px}.ph-cc-site-grid footer{font-size:9px;color:var(--phcc-muted)}.ph-cc-footnote{font-size:10px!important;margin-top:14px!important}
.ph-cc-ai-state{padding:5px 8px;border-radius:999px;background:#e7f8ee;color:#12613a;font-size:8px;font-weight:850}.ph-cc-ai-answer{margin-top:16px;padding:15px;background:#f5f9fd;border:1px solid #dce7f3;border-radius:11px;font-size:11px;line-height:1.65}.ph-cc-ai-answer ol{margin:0;padding-left:18px}.ph-cc-ai-answer li{margin:0 0 10px}.ph-cc-card hr{border:0;border-top:1px solid #e6edf4;margin:20px 0}
.ph-email-preferences,.ph-cc-login{max-width:720px;margin:70px auto;padding:35px;background:#fff;border:1px solid #dce6f1;border-radius:18px;box-shadow:var(--phcc-shadow);font-family:Inter,system-ui,sans-serif}.ph-email-preferences h1,.ph-cc-login h1{font-size:34px;margin:6px 0 12px;color:#10213a}.ph-email-preferences p,.ph-cc-login p{color:#5f6f84;line-height:1.7}
/* Client demo */
.ph-demo-shell{max-width:1220px;margin:40px auto 80px;padding:0 20px;font-family:Inter,system-ui,sans-serif;color:#12223b}.ph-demo-hero{background:radial-gradient(circle at 80% 10%,rgba(46,120,217,.35),transparent 32%),linear-gradient(145deg,#061a33,#0a315d);color:#fff;border-radius:25px;padding:55px;box-shadow:0 24px 70px rgba(6,26,51,.22)}.ph-demo-hero .ph-kicker{color:#87c4ff}.ph-demo-hero h1{max-width:860px;font-size:clamp(38px,5vw,68px);line-height:.98;letter-spacing:-.05em;margin:10px 0 20px}.ph-demo-hero p{max-width:750px;font-size:15px;line-height:1.75;color:#d4e2f2}.ph-demo-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:25px}.ph-demo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin:18px 0}.ph-demo-grid article{padding:22px;background:#fff;border:1px solid #dfe8f2;border-radius:16px}.ph-demo-grid article>b{color:#0b4ea2;font-size:11px}.ph-demo-grid h3{font-size:18px;margin:9px 0}.ph-demo-grid p{font-size:11px;color:#65758a;line-height:1.6}.ph-demo-capabilities{display:flex;flex-wrap:wrap;gap:7px;padding:18px;background:#f4f8fc;border-radius:15px}.ph-demo-capabilities span{padding:7px 10px;background:#fff;border:1px solid #dce5ef;border-radius:999px;font-size:9px;font-weight:750;color:#42566e}.ph-demo-finale{margin-top:18px;padding:30px;border:1px solid #dfe8f2;border-radius:18px;background:#fff}.ph-demo-finale h2{font-size:28px;margin:7px 0}.ph-demo-finale p{color:#68788d}.ph-demo-launcher{position:fixed;z-index:999991;right:22px;bottom:104px;display:grid;grid-template-columns:34px 1fr;grid-template-rows:auto auto;gap:0 9px;align-items:center;padding:10px 14px;border:1px solid rgba(255,255,255,.25);border-radius:13px;background:#061a33;color:#fff;box-shadow:0 12px 34px rgba(6,26,51,.28);cursor:pointer}.ph-demo-launcher>span{grid-row:1/3;display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:#0b4ea2}.ph-demo-launcher strong{font-size:11px;text-align:left}.ph-demo-launcher small{font-size:8px;color:#9eb6d0;text-align:left}.ph-demo-tour{position:fixed;z-index:1000002;right:24px;bottom:24px;width:min(430px,calc(100vw - 30px));background:#071d37;color:#fff;border:1px solid rgba(255,255,255,.16);border-radius:18px;padding:20px;box-shadow:0 22px 70px rgba(0,0,0,.34);font-family:Inter,system-ui,sans-serif}.ph-demo-tour-progress{height:4px;background:rgba(255,255,255,.12);border-radius:99px;overflow:hidden;margin:-2px 0 14px}.ph-demo-tour-progress span{display:block;height:100%;background:#62b0ff}.ph-demo-tour-count{font-size:8px;letter-spacing:.12em;color:#8fb5db;font-weight:800}.ph-demo-tour h3{font-size:22px;margin:7px 0;color:#fff}.ph-demo-tour p{font-size:12px;line-height:1.65;color:#c7d7e8}.ph-demo-tour-actions{display:flex;gap:6px;margin-top:15px}.ph-demo-tour button{border:1px solid rgba(255,255,255,.18);background:transparent;color:#fff;border-radius:8px;padding:8px 10px;font-size:9px;font-weight:800;cursor:pointer}.ph-demo-tour button.is-primary{background:#0b4ea2;border-color:#0b4ea2;margin-left:auto}.ph-demo-tour button:disabled{opacity:.3}.ph-demo-highlight{position:relative;z-index:1000000!important;outline:4px solid rgba(98,176,255,.88)!important;outline-offset:5px!important;box-shadow:0 0 0 9999px rgba(3,13,25,.58)!important;border-radius:8px}
@media(max-width:1180px){.ph-cc-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.ph-cc-sites{grid-template-columns:repeat(2,minmax(0,1fr))}.ph-cc-order-actions{grid-template-columns:1fr}.ph-cc-site-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ph-cc-group-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ph-demo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.ph-cc-shell{grid-template-columns:1fr}.ph-cc-sidebar{position:relative;height:auto;min-height:0;padding:14px}.ph-cc-brand{padding:2px 8px 13px}.ph-cc-brand img{max-height:42px}.ph-cc-sidebar nav{display:flex;overflow:auto;padding:12px 0 4px}.ph-cc-sidebar nav a{min-width:max-content;padding:8px 10px}.ph-cc-sidebar nav a b{display:none}.ph-cc-sidebar-foot{display:none}.ph-cc-main{padding:22px 17px 45px}.ph-cc-grid-2{grid-template-columns:1fr}.ph-cc-email-preview{position:static}.ph-cc-order-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.ph-cc-order-facts span{border:0;padding:3px}.ph-cc-metrics-small{grid-template-columns:repeat(2,minmax(0,1fr))}.ph-cc-campaigns article{grid-template-columns:1fr}.ph-cc-campaign-actions{justify-content:flex-start}.ph-cc-topbar{align-items:center}.ph-cc-user div{display:none}}
@media(max-width:620px){.ph-cc-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.ph-cc-sites,.ph-cc-site-grid,.ph-cc-group-grid,.ph-demo-grid{grid-template-columns:1fr}.ph-cc-form-grid{grid-template-columns:1fr}.ph-cc-search{grid-template-columns:1fr}.ph-cc-order>header{display:grid}.ph-cc-order-total{text-align:left}.ph-cc-group-maker{display:grid}.ph-demo-hero{padding:32px 24px}.ph-demo-launcher{right:12px;bottom:88px}.ph-cc-topbar p{display:none}}

/* 1.9.18 operational email actions */
.ph-cc-inline-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.ph-cc-inline-actions .ph-cc-button{margin:0}
.ph-email-head img{display:block;max-width:190px;max-height:58px;width:auto;height:auto;object-fit:contain}

/* 1.9.18 Control Centre finishing pass */
.ph-cc-button{min-height:44px}.ph-cc-mini{min-height:34px;align-items:center;justify-content:center}.ph-cc-form input:not([type=checkbox]),.ph-cc-form select,.ph-cc-inline-form input,.ph-cc-search input,.ph-cc-search select,.ph-cc-group-maker input,.ph-cc-inline-editor select{min-height:44px}.ph-cc-form textarea{min-height:110px}
.ph-cc-subnav,.ph-cc-period-tabs{display:flex;gap:8px;align-items:center;overflow-x:auto;overscroll-behavior-inline:contain;margin:0 0 18px;padding:5px;border:1px solid var(--phcc-line);background:#fff;border-radius:13px}.ph-cc-subnav a,.ph-cc-period-tabs a{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:8px 13px;border-radius:9px;color:#52657c;font-size:11px;font-weight:800}.ph-cc-subnav a.is-active,.ph-cc-period-tabs a.is-active{background:var(--phcc-navy);color:#fff;box-shadow:0 8px 18px rgba(6,26,51,.15)}
.ph-cc-pagination{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:14px}.ph-cc-pagination a{display:inline-grid;place-items:center;min-width:38px;min-height:38px;padding:6px;border:1px solid #d9e4ef;border-radius:8px;color:#27415f;font-size:11px;font-weight:800}.ph-cc-pagination a.is-current{background:var(--phcc-blue);border-color:var(--phcc-blue);color:#fff}.ph-cc-pagination span{margin-left:auto;color:var(--phcc-muted);font-size:10px}
.ph-cc-chart{height:250px;display:flex;align-items:flex-end;gap:4px;padding:18px 5px 2px;border-bottom:1px solid #dbe5ef;background:linear-gradient(180deg,rgba(234,244,255,.55),rgba(255,255,255,0));overflow:hidden}.ph-cc-chart i{flex:1 1 0;min-width:3px;max-width:22px;border-radius:5px 5px 2px 2px;background:linear-gradient(180deg,#62b0ff,#0b4ea2);box-shadow:0 5px 12px rgba(11,78,162,.14)}
.ph-cc-ranking{display:grid;gap:5px}.ph-cc-ranking article{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:11px;align-items:center;padding:10px 5px;border-top:1px solid #edf1f5}.ph-cc-ranking article:first-child{border-top:0}.ph-cc-ranking article>b{display:grid;place-items:center;width:30px;height:30px;border-radius:8px;background:#edf5ff;color:var(--phcc-blue);font-size:10px}.ph-cc-ranking article>span{display:grid;min-width:0}.ph-cc-ranking article>span strong{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ph-cc-ranking article>span small{font-size:9px;color:var(--phcc-muted);margin-top:3px}.ph-cc-ranking article>strong{font-size:12px;white-space:nowrap}
.ph-cc-order-detail-strip{display:grid;grid-template-columns:minmax(160px,.75fr) minmax(260px,1.5fr) minmax(150px,.65fr);gap:14px;padding:14px 19px;border-bottom:1px solid #edf1f5;background:#fff}.ph-cc-order-detail-strip>div{display:grid;align-content:start;gap:3px}.ph-cc-order-detail-strip small{font-size:8px;font-weight:850;letter-spacing:.07em;text-transform:uppercase;color:#8293a8}.ph-cc-order-detail-strip strong,.ph-cc-order-detail-strip span{font-size:10px;color:#213650}.ph-cc-order-detail-strip ul{list-style:none;margin:0;padding:0;display:grid;gap:4px}.ph-cc-order-detail-strip li{display:flex;justify-content:space-between;gap:8px;font-size:10px}.ph-cc-order-detail-strip li b{white-space:nowrap}.ph-cc-order-detail-strip .is-refund{color:var(--phcc-bad);font-weight:750}
.ph-email-preview-grid{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:16px;align-items:start}.ph-email-preview-grid>div>b{display:block;margin:0 0 7px;color:#60728a;font-size:9px;letter-spacing:.08em;text-transform:uppercase}.ph-email-preview-grid .is-mobile .ph-email-card{max-width:290px;margin:0 auto;padding:10px}.ph-email-preview-grid .is-mobile .ph-email-head{padding:13px}.ph-email-preview-grid .is-mobile .ph-email-head img{max-width:150px;max-height:42px}.ph-email-preview-grid .is-mobile .ph-email-body{padding:17px}.ph-email-preview-grid .is-mobile .ph-email-body h3{font-size:17px}.ph-email-preview-grid .is-mobile .ph-email-body div{font-size:10px}.ph-email-preview-grid .is-mobile .ph-email-foot{padding:10px 17px}
.ph-cc-campaign-actions form[data-ph-send-now] .ph-cc-mini{background:linear-gradient(135deg,#0b4ea2,#6f3fe8);border-color:transparent;color:#fff}
@media(max-width:1180px){.ph-cc-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}.ph-email-preview-grid{grid-template-columns:1fr}.ph-email-preview-grid .is-mobile .ph-email-card{margin-left:0}}
@media(max-width:900px){.ph-cc-order-detail-strip{grid-template-columns:1fr 1.35fr}.ph-cc-order-detail-strip>div:last-child{grid-column:1/-1}.ph-cc-table-wrap{-webkit-overflow-scrolling:touch;scrollbar-width:thin}.ph-cc-table{min-width:760px}.ph-cc-main{overflow:hidden}.ph-cc-main>.ph-cc-clients,.ph-cc-main>.ph-cc-orders,.ph-cc-main>.ph-cc-analytics,.ph-cc-main>.ph-cc-mailing,.ph-cc-main>.ph-cc-empire{min-width:0}}
@media(max-width:620px){.ph-cc-main{padding:18px 12px 42px}.ph-cc-card{padding:15px;border-radius:14px}.ph-cc-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.ph-cc-metric{padding:13px}.ph-cc-metric>strong{font-size:20px}.ph-cc-order>header{padding:14px}.ph-cc-order-facts{padding:10px 14px}.ph-cc-order-detail-strip{grid-template-columns:1fr;padding:13px 14px}.ph-cc-order-detail-strip>div:last-child{grid-column:auto}.ph-cc-order-actions{padding:0 14px 14px}.ph-cc-table{min-width:700px}.ph-cc-pagination span{width:100%;margin-left:0}.ph-cc-chart{height:190px}.ph-cc-subnav,.ph-cc-period-tabs{margin-inline:-2px}.ph-email-preview-grid .is-mobile .ph-email-card{max-width:100%}.ph-demo-tour{right:12px;bottom:12px;width:calc(100vw - 24px);padding:16px}.ph-demo-tour-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.ph-demo-tour button,.ph-demo-tour button.is-primary{min-height:44px;margin:0}.ph-demo-launcher{max-width:calc(100vw - 24px)}}
@media(max-width:390px){.ph-cc-metrics{grid-template-columns:1fr 1fr}.ph-cc-metric>span{font-size:8px}.ph-cc-metric>small{font-size:9px}.ph-cc-order-facts{grid-template-columns:1fr 1fr}.ph-cc-topbar h1{font-size:26px}.ph-cc-table{min-width:660px}.ph-cc-button{width:100%}.ph-cc-inline-actions .ph-cc-button{width:auto}.ph-cc-group-maker{grid-template-columns:1fr}.ph-cc-group-maker .ph-cc-button{width:100%}}
@media(prefers-reduced-motion:reduce){.ph-cc-shell *,.ph-demo-tour,.ph-demo-highlight{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
.ph-cc-status.is-awaiting-payment,.ph-cc-status.is-unpaid{color:#8c4e06;background:#fff2db}.ph-cc-status.is-failed,.ph-cc-status.is-cancelled{color:#912219;background:#fbe9e7}.ph-cc-status.is-refunded,.ph-cc-status.is-partially-refunded{color:#713c94;background:#f3eafd}.ph-cc-status.is-paid{color:#12613a;background:#e7f8ee}
/* 1.9.18 customer list and group manager */
.ph-cc-search{grid-template-columns:minmax(220px,1fr) 170px 170px auto}
.ph-cc-group-maker select{min-height:44px;border:1px solid #d4dfeb;border-radius:8px;padding:8px 10px;background:#fff;color:#142238;font:inherit;font-size:12px;min-width:220px}
.ph-cc-group-grid article .ph-cc-mini{margin:12px 0 0;width:max-content}
.ph-cc-group-manager{scroll-margin-top:20px}.ph-cc-group-manager .ph-cc-card-head p{margin:5px 0 0}
@media(max-width:900px){.ph-cc-search{grid-template-columns:1fr 1fr}.ph-cc-search input{grid-column:1/-1}.ph-cc-search .ph-cc-button{grid-column:1/-1}}
@media(max-width:620px){.ph-cc-search{grid-template-columns:1fr}.ph-cc-search input,.ph-cc-search .ph-cc-button{grid-column:auto}.ph-cc-group-maker select{width:100%;min-width:0}}

/* 1.9.19 standalone Control Centre + digital demo shell */
html:has(body.ph-control-app-page),html:has(body.ph-demo-app-page){margin-top:0!important;background:#f2f6fb}
body.ph-control-app-page,body.ph-demo-app-page{margin:0!important;padding:0!important;min-height:100dvh;background:var(--phcc-bg);overflow-x:hidden}
body.ph-control-app-page #wpadminbar,body.ph-demo-app-page #wpadminbar{display:none!important}
body.ph-control-app-page .ph-cc-shell{left:auto;right:auto;margin:0;width:100%;max-width:none!important;min-height:100dvh;align-items:stretch}
body.ph-control-app-page .ph-cc-sidebar{position:sticky;top:0;height:100dvh;min-height:100dvh;overflow-y:auto;overscroll-behavior:contain}
body.ph-control-app-page .ph-cc-main{max-width:none;margin:0;padding:34px clamp(22px,3vw,52px) 70px;min-height:100dvh}
body.ph-control-app-page .ph-cc-main>*{width:min(100%,1540px);margin-left:auto;margin-right:auto}
body.ph-control-app-page .ph-cc-topbar{margin-bottom:24px}
body.ph-control-app-page .ph-cc-sidebar nav{min-height:0}
.ph-cc-shell.is-demo{--phcc-bg:#f1f6fd}
.ph-cc-shell.is-demo:before{content:"DEMO DATA";position:fixed;z-index:50;right:22px;top:18px;padding:5px 9px;border-radius:999px;background:#fff4dd;color:#8c5709;border:1px solid #f0d29e;font-size:8px;font-weight:900;letter-spacing:.13em;pointer-events:none}
.ph-cc-demo-control{background:linear-gradient(135deg,#fff,#f2f7ff)}
.ph-demo-credential-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:14px 0}.ph-demo-credential-grid label{display:grid;gap:6px;padding:13px;border:1px solid #dbe6f1;border-radius:11px;background:#f7faff;color:#64758a;font-size:9px;text-transform:uppercase;letter-spacing:.08em}.ph-demo-credential-grid strong{font-size:14px;letter-spacing:0;text-transform:none;color:#112139;word-break:break-all}.ph-cc-demo-account-line{padding:10px 12px;border-radius:10px;background:#f3f7fb}

/* Full-screen demo landing. The website theme header/footer are intentionally absent. */
body.ph-demo-app-page{background:#051326;color:#fff}
body.ph-demo-app-page .ph-demo-shell{width:100%;max-width:none;min-height:100dvh;margin:0;padding:clamp(22px,4vw,64px);background:radial-gradient(circle at 84% 14%,rgba(52,119,255,.24),transparent 26%),radial-gradient(circle at 15% 88%,rgba(110,63,232,.2),transparent 25%),linear-gradient(145deg,#041121 0%,#071d37 55%,#04101e 100%);color:#fff;display:grid;align-content:center;gap:18px}
body.ph-demo-app-page .ph-demo-hero{width:min(1180px,100%);margin:0 auto;background:linear-gradient(145deg,rgba(8,35,68,.92),rgba(7,24,48,.88));border:1px solid rgba(132,190,255,.2);border-radius:28px;padding:clamp(30px,5vw,70px);box-shadow:0 35px 100px rgba(0,0,0,.34);position:relative;overflow:hidden}
body.ph-demo-app-page .ph-demo-hero:after{content:"";position:absolute;width:360px;height:360px;border:1px solid rgba(98,176,255,.18);border-radius:48% 52% 63% 37%;right:-100px;top:-160px;box-shadow:0 0 90px rgba(28,106,220,.18);transform:rotate(25deg);pointer-events:none}
body.ph-demo-app-page .ph-demo-hero h1{font-size:clamp(42px,6vw,82px);max-width:980px}
body.ph-demo-app-page .ph-demo-hero p{font-size:clamp(14px,1.35vw,18px);max-width:850px;color:#c9d9eb}
body.ph-demo-app-page .ph-demo-grid,body.ph-demo-app-page .ph-demo-capabilities,body.ph-demo-app-page .ph-demo-finale{width:min(1180px,100%);margin-left:auto;margin-right:auto}
body.ph-demo-app-page .ph-demo-grid article{background:rgba(255,255,255,.055);border-color:rgba(255,255,255,.11);color:#fff;backdrop-filter:blur(10px)}
body.ph-demo-app-page .ph-demo-grid p{color:#b9cce0}
body.ph-demo-app-page .ph-demo-capabilities{background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.09)}
body.ph-demo-app-page .ph-demo-capabilities span{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.1);color:#c7d8ea}
body.ph-demo-app-page .ph-demo-finale{background:linear-gradient(135deg,rgba(11,78,162,.28),rgba(111,63,232,.17));border-color:rgba(129,177,255,.18);color:#fff}
body.ph-demo-app-page .ph-demo-finale h2{font-size:clamp(28px,3.4vw,48px);max-width:900px;color:#fff}
body.ph-demo-app-page .ph-demo-finale p{color:#c5d6e8;max-width:850px;line-height:1.7}
.ph-demo-play{font-size:13px!important;padding-inline:20px!important;box-shadow:0 12px 28px rgba(11,78,162,.35)}.ph-demo-play span{margin-right:7px}
.ph-demo-trust{display:flex;gap:9px;flex-wrap:wrap;margin-top:22px}.ph-demo-trust span{display:flex;align-items:center;gap:7px;padding:8px 11px;border:1px solid rgba(255,255,255,.12);border-radius:999px;color:#b9cde1;font-size:10px}.ph-demo-trust b{color:#fff;font-size:12px}.ph-demo-offline{display:inline-flex;padding:11px 14px;border-radius:10px;background:#4b2930;color:#ffd7d7;font-size:12px;font-weight:800}

/* Digital presenter card */
.ph-demo-tour{right:clamp(14px,2vw,28px);bottom:clamp(14px,2vw,28px);width:min(470px,calc(100vw - 28px));background:linear-gradient(155deg,rgba(5,24,47,.98),rgba(7,38,72,.98));border:1px solid rgba(116,179,255,.25);border-radius:22px;padding:22px;box-shadow:0 28px 90px rgba(0,0,0,.48),0 0 0 1px rgba(255,255,255,.025) inset;backdrop-filter:blur(18px)}
.ph-demo-tour-progress{height:5px;margin:-2px 0 15px;background:rgba(255,255,255,.1)}.ph-demo-tour-progress span{background:linear-gradient(90deg,#2c82e8,#7b5cff);box-shadow:0 0 14px rgba(70,139,255,.55)}
.ph-demo-tour-meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.ph-demo-tour-eyebrow{font-size:9px;font-weight:900;letter-spacing:.15em;color:#78baff}.ph-demo-tour-count{color:#8fb5db}
.ph-demo-tour h3{font-size:clamp(21px,2.2vw,28px);line-height:1.08;letter-spacing:-.025em;margin:8px 0 9px}.ph-demo-tour p{font-size:12.5px;line-height:1.7;margin:0;color:#cbd9e8}
.ph-demo-tour-points{display:grid;grid-template-columns:1fr;gap:6px;list-style:none;margin:14px 0 0;padding:0}.ph-demo-tour-points li{position:relative;padding-left:18px;color:#e8f2fc;font-size:10px;font-weight:700}.ph-demo-tour-points li:before{content:"✓";position:absolute;left:0;color:#62b0ff;font-weight:900}
.ph-demo-tour-status{display:grid;grid-template-columns:9px auto 1fr;gap:7px;align-items:center;margin-top:15px;padding:9px 10px;border-radius:10px;background:rgba(255,255,255,.055)}.ph-demo-tour-status .ph-demo-pulse{width:8px;height:8px;border-radius:50%;background:#46d688;box-shadow:0 0 0 4px rgba(70,214,136,.1),0 0 13px rgba(70,214,136,.6)}.ph-demo-tour-status b{font-size:9px;color:#fff}.ph-demo-tour-status small{font-size:8px;color:#91a9c2;text-align:right}
.ph-demo-tour-actions{display:grid;grid-template-columns:auto auto auto 1fr;gap:6px;margin-top:14px}.ph-demo-tour button{min-height:38px;padding:8px 11px}.ph-demo-tour button.is-primary{justify-self:end;margin-left:0;min-width:82px;background:linear-gradient(135deg,#0b5dbc,#7045eb);border-color:transparent}
.ph-demo-tour-running .ph-demo-launcher{opacity:0;pointer-events:none;transform:translateY(12px)}
.ph-demo-launcher{transition:opacity .18s ease,transform .18s ease}
.ph-demo-highlight{outline-color:rgba(94,166,255,.98)!important;box-shadow:0 0 0 9999px rgba(2,11,22,.67),0 0 35px rgba(61,139,255,.34)!important}

@media(max-width:900px){
  body.ph-control-app-page .ph-cc-shell{display:block;min-height:100dvh}
  body.ph-control-app-page .ph-cc-sidebar{position:sticky;top:0;height:auto;min-height:0;overflow:visible;padding:12px 12px 9px;z-index:100;background:linear-gradient(90deg,#061a33,#082646)}
  body.ph-control-app-page .ph-cc-brand{display:flex;align-items:center;justify-content:space-between;padding:0 4px 9px;border-bottom:1px solid rgba(255,255,255,.08)}
  body.ph-control-app-page .ph-cc-brand small{margin:0;font-size:8px}
  body.ph-control-app-page .ph-cc-sidebar nav{display:flex;gap:5px;overflow-x:auto;overscroll-behavior-inline:contain;padding:8px 0 0;scrollbar-width:none}
  body.ph-control-app-page .ph-cc-sidebar nav::-webkit-scrollbar{display:none}
  body.ph-control-app-page .ph-cc-sidebar nav a{flex:0 0 auto;min-width:max-content;padding:8px 10px}
  body.ph-control-app-page .ph-cc-sidebar-foot{display:none}
  body.ph-control-app-page .ph-cc-main{padding:22px 16px 55px;min-height:calc(100dvh - 96px)}
  .ph-cc-shell.is-demo:before{top:auto;bottom:12px;right:12px}
}
@media(max-width:620px){
  body.ph-demo-app-page .ph-demo-shell{padding:14px;align-content:start}
  body.ph-demo-app-page .ph-demo-hero{padding:30px 22px;border-radius:20px}
  body.ph-demo-app-page .ph-demo-hero h1{font-size:42px}
  .ph-demo-trust{display:grid;grid-template-columns:1fr}.ph-demo-trust span{justify-content:flex-start}
  .ph-demo-credential-grid{grid-template-columns:1fr}
  .ph-demo-tour{left:10px;right:10px;bottom:10px;width:auto;padding:17px;border-radius:17px}
  .ph-demo-tour h3{font-size:21px}.ph-demo-tour p{font-size:11px;line-height:1.6}.ph-demo-tour-status{grid-template-columns:9px auto}.ph-demo-tour-status small{grid-column:2;text-align:left}.ph-demo-tour-actions{grid-template-columns:repeat(4,1fr)}.ph-demo-tour button,.ph-demo-tour button.is-primary{min-width:0;width:100%;padding:7px 5px;font-size:8px}
}
@media(max-width:390px){body.ph-demo-app-page .ph-demo-hero h1{font-size:36px}.ph-demo-tour-points{display:none}.ph-demo-tour{padding:14px}.ph-demo-tour h3{font-size:19px}.ph-demo-tour p{font-size:10.5px}}
.ph-demo-login .ph-demo-login-card{max-width:760px}.ph-demo-login-form{max-width:440px;margin-top:26px}.ph-demo-login-form form{display:grid;gap:13px}.ph-demo-login-form p{margin:0}.ph-demo-login-form label{display:grid;gap:6px;color:#dce9f6;font-size:10px;font-weight:800}.ph-demo-login-form input[type=text],.ph-demo-login-form input[type=password]{width:100%;min-height:48px;border:1px solid rgba(255,255,255,.16);border-radius:11px;padding:10px 12px;background:rgba(255,255,255,.08);color:#fff;font:inherit;font-size:15px;outline:0}.ph-demo-login-form input:focus{border-color:#62b0ff;box-shadow:0 0 0 3px rgba(98,176,255,.15)}.ph-demo-login-form .login-remember{display:none}.ph-demo-login-form .login-submit input{min-height:48px;border:0;border-radius:11px;padding:10px 18px;background:linear-gradient(135deg,#0b5dbc,#7045eb);color:#fff;font-weight:900;cursor:pointer;box-shadow:0 12px 28px rgba(11,78,162,.32)}
.ph-cc-marketing-summary{margin-bottom:18px}.ph-cc-onboarding{border-color:#bcd8fa;background:linear-gradient(135deg,#fff,#eef6ff)}.ph-cc-onboarding form{margin:0}
