.bpg-app,.bpg-app *{box-sizing:border-box}.bpg-app{--bpg-primary:#365df5;--bpg-secondary:#7b61ff;--bpg-accent:#18b875;width:100%;color:#17233c;font-family:Inter,Segoe UI,Arial,sans-serif;line-height:1.5}.bpg-app button,.bpg-app input,.bpg-app select,.bpg-app textarea{font:inherit}.bpg-loading{padding:44px;text-align:center;color:#667085}.bpg-spinner{display:inline-block;width:22px;height:22px;margin-right:8px;border:3px solid #dbe4f7;border-top-color:var(--bpg-primary);border-radius:50%;vertical-align:middle;animation:bpg-spin .8s linear infinite}@keyframes bpg-spin{to{transform:rotate(360deg)}}
.bpgq-shell{background:#f5f7fc;border:1px solid #e1e7f1;border-radius:24px;overflow:hidden;box-shadow:0 22px 70px rgba(31,45,79,.1)}.bpgq-header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 30px;background:#fff;border-bottom:1px solid #e6ebf3}.bpgq-brand{display:flex;align-items:center;gap:15px;min-width:0}.bpgq-icon{width:58px;height:58px;flex:0 0 58px;display:grid;place-items:center;border-radius:17px;color:#fff;font-size:27px;background:linear-gradient(135deg,var(--bpg-primary),var(--bpg-secondary));box-shadow:0 10px 24px rgba(54,93,245,.25)}.bpgq-brand h1{margin:0 0 5px;color:#111c36;font-size:28px;line-height:1.15}.bpgq-brand p{margin:0;color:#667085}.bpgq-top-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.bpgq-lang{display:flex;align-items:center;gap:8px;color:#667085;font-size:13px;font-weight:700}.bpgq-lang select{min-width:120px;padding:10px 34px 10px 12px;border:1px solid #d7dfec;border-radius:11px;background:#fff;color:#22304d}.bpgq-btn{appearance:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-height:44px!important;padding:10px 16px!important;border:1px solid #d7dfec!important;border-radius:11px!important;background:#fff!important;color:#23304d!important;font-weight:800!important;line-height:1.2!important;text-decoration:none!important;cursor:pointer!important;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,filter .16s ease!important;box-shadow:none!important}.bpgq-btn:hover,.bpgq-btn:focus{background:#fff!important;color:#23304d!important;border-color:#b8c7df!important;transform:translateY(-1px);box-shadow:0 8px 20px rgba(31,45,79,.09)!important}.bpgq-btn:focus-visible{outline:3px solid rgba(54,93,245,.18)!important;outline-offset:2px}.bpgq-btn:disabled{opacity:.45!important;cursor:not-allowed!important;transform:none!important;box-shadow:none!important}.bpgq-btn-primary{background:var(--bpg-primary)!important;border-color:var(--bpg-primary)!important;color:#fff!important}.bpgq-btn-primary:hover,.bpgq-btn-primary:focus{background:var(--bpg-primary)!important;color:#fff!important;filter:brightness(.96)}.bpgq-btn-generate{min-width:270px!important;padding:14px 25px!important;border:0!important;background:linear-gradient(135deg,var(--bpg-primary),var(--bpg-secondary))!important;color:#fff!important;box-shadow:0 12px 26px rgba(54,93,245,.25)!important}.bpgq-btn-generate:hover,.bpgq-btn-generate:focus{color:#fff!important;filter:brightness(.98)}.bpgq-btn-word{color:#2b65d9!important;border-color:#8fb0ef!important;background:#fff!important}.bpgq-btn-light{background:#fff!important}
.bpgq-hero{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:40px;align-items:center;padding:40px 46px;background:linear-gradient(135deg,#fff 0%,#f3f6ff 68%,#f3efff 100%);border-bottom:1px solid #e3e9f3}.bpgq-badge{display:inline-flex;align-items:center;gap:7px;padding:7px 12px;border-radius:999px;background:#edf2ff;color:var(--bpg-primary);font-size:12px;font-weight:900}.bpgq-hero h2{max-width:760px;margin:16px 0 24px;color:#111c36;font-size:32px;line-height:1.25}.bpgq-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.bpgq-benefits>div{display:grid;grid-template-columns:32px minmax(0,1fr);grid-template-rows:auto auto;column-gap:9px;padding:15px;border:1px solid rgba(218,226,241,.95);border-radius:15px;background:rgba(255,255,255,.85)}.bpgq-benefits>div>span{grid-row:1/3;font-size:22px}.bpgq-benefits b{font-size:13px;color:#26334d}.bpgq-benefits small{margin-top:3px;color:#6f7b90;font-size:11px;line-height:1.4}.bpgq-hero-art{position:relative;display:flex;align-items:center;justify-content:center;height:220px}.bpgq-doc{width:235px;height:165px;padding:24px;border:8px solid #17233c;border-radius:13px;background:#fff;box-shadow:0 24px 45px rgba(23,35,60,.2);transform:rotate(-2deg)}.bpgq-doc>span{display:block;height:8px;margin-bottom:10px;border-radius:8px;background:#dbe4f7}.bpgq-doc>span:first-child{width:50%;background:var(--bpg-primary)}.bpgq-bars{display:flex;align-items:flex-end;gap:10px;height:65px;margin-top:18px}.bpgq-bars i{display:block;width:22px;border-radius:5px 5px 0 0;background:linear-gradient(var(--bpg-secondary),var(--bpg-primary))}.bpgq-bars i:nth-child(1){height:28%}.bpgq-bars i:nth-child(2){height:48%}.bpgq-bars i:nth-child(3){height:68%}.bpgq-bars i:nth-child(4){height:92%}.bpgq-time{position:absolute;right:3px;bottom:12px;padding:10px 14px;border:1px solid #dfe6f2;border-radius:12px;background:#fff;color:var(--bpg-primary);font-weight:900;box-shadow:0 9px 22px rgba(23,35,60,.11)}
.bpgq-wizard-wrap{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:24px;padding:28px}.bpgq-card{border:1px solid #dfe6f1;border-radius:18px;background:#fff;box-shadow:0 8px 26px rgba(30,44,75,.045)}.bpgq-wizard{overflow:hidden;padding:0}.bpgq-stepper{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));border-bottom:1px solid #e6ebf3;background:#fbfcff}.bpgq-stepper button{appearance:none!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;min-width:0!important;padding:16px 7px!important;border:0!important;border-right:1px solid #edf1f6!important;border-radius:0!important;background:transparent!important;color:#748097!important;font-weight:800!important;cursor:pointer!important;box-shadow:none!important}.bpgq-stepper button:last-child{border-right:0!important}.bpgq-stepper button span{width:28px;height:28px;flex:0 0 28px;display:grid;place-items:center;border-radius:50%;background:#e8edf6;color:#536078;font-size:12px;font-weight:900}.bpgq-stepper button em{min-width:0;overflow:hidden;color:inherit;font-size:11px;font-style:normal;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.bpgq-stepper button:hover{background:#f6f8ff!important;color:var(--bpg-primary)!important}.bpgq-stepper button.is-active{background:#eef3ff!important;color:var(--bpg-primary)!important}.bpgq-stepper button.is-active span{background:var(--bpg-primary);color:#fff;box-shadow:0 5px 13px rgba(54,93,245,.24)}.bpgq-stepper button.is-done{color:var(--bpg-accent)!important}.bpgq-stepper button.is-done span{background:var(--bpg-accent);color:#fff}.bpgq-step-head{padding:27px 30px 12px}.bpgq-step-head>span{color:var(--bpg-primary);font-size:12px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.bpgq-step-head h3{margin:7px 0 4px;color:#15213a;font-size:25px}.bpgq-step-head p{margin:0;color:#667085}.bpgq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:20px 30px 30px}.bpgq-field{display:flex;flex-direction:column;gap:7px;min-width:0}.bpgq-field>span{color:#273550;font-size:13px;font-weight:850}.bpgq-field>span b{color:#e5484d}.bpgq-field>span small{margin-left:5px;color:#8a96aa;font-weight:500}.bpgq-wide{grid-column:1/-1}.bpgq-field input,.bpgq-field select,.bpgq-field textarea,.bpgq-copy-row input{width:100%!important;min-height:46px!important;padding:11px 13px!important;border:1px solid #cfd9e8!important;border-radius:10px!important;background:#fff!important;color:#17233c!important;outline:none!important;box-shadow:none!important;transition:border-color .15s ease,box-shadow .15s ease!important}.bpgq-field textarea{min-height:100px!important;resize:vertical}.bpgq-field input::placeholder,.bpgq-field textarea::placeholder{color:#9aa6ba!important;opacity:1!important}.bpgq-field input:focus,.bpgq-field select:focus,.bpgq-field textarea:focus,.bpgq-lang select:focus,.bpgq-copy-row input:focus{border-color:var(--bpg-primary)!important;box-shadow:0 0 0 3px rgba(54,93,245,.11)!important}.bpgq-chips{display:flex;flex-wrap:wrap;gap:8px}.bpgq-chips button{appearance:none!important;padding:9px 13px!important;border:1px solid #d5deeb!important;border-radius:999px!important;background:#fff!important;color:#44516b!important;font-size:12px!important;font-weight:800!important;line-height:1.2!important;cursor:pointer!important;box-shadow:none!important}.bpgq-chips button:hover,.bpgq-chips button:focus{border-color:#94adff!important;background:#f7f9ff!important;color:var(--bpg-primary)!important}.bpgq-chips button.is-selected{border-color:var(--bpg-primary)!important;background:var(--bpg-primary)!important;color:#fff!important;box-shadow:0 5px 13px rgba(54,93,245,.2)!important}.bpgq-template-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.bpgq-template-card{appearance:none!important;display:grid!important;grid-template-columns:38px minmax(0,1fr)!important;grid-template-rows:auto auto!important;column-gap:10px!important;padding:16px!important;border:1px solid #d8e1ee!important;border-radius:14px!important;background:#fff!important;color:#26334d!important;text-align:left!important;cursor:pointer!important;box-shadow:none!important}.bpgq-template-card>span{grid-row:1/3;display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:#eef3ff;font-size:19px}.bpgq-template-card b{font-size:13px}.bpgq-template-card small{margin-top:3px;color:#748097;font-size:10px;line-height:1.35}.bpgq-template-card:hover,.bpgq-template-card:focus{border-color:#9bb0f4!important;background:#f8faff!important;color:#26334d!important}.bpgq-template-card.is-selected{border-color:var(--bpg-primary)!important;background:#f0f4ff!important;box-shadow:0 0 0 2px rgba(54,93,245,.1)!important}.bpgq-template-card.is-selected>span{background:var(--bpg-primary);color:#fff}.bpgq-note{grid-column:1/-1;padding:12px 14px;border:1px solid #d7e2ff;border-radius:11px;background:#f1f5ff;color:#405477;font-size:12px}.bpgq-generation-card{display:flex;align-items:center;gap:16px;padding:19px;border:1px solid #d8e1ff;border-radius:16px;background:linear-gradient(135deg,#f1f5ff,#f6f1ff)}.bpgq-spark{width:54px;height:54px;flex:none;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,var(--bpg-primary),var(--bpg-secondary));color:#fff;font-size:24px}.bpgq-generation-card h4{margin:0 0 4px;color:#202d48;font-size:17px}.bpgq-generation-card p{margin:0;color:#61708b;font-size:13px}.bpgq-advanced{border:1px solid #dfe6f1;border-radius:14px;background:#fbfcff;overflow:hidden}.bpgq-advanced summary{display:flex;align-items:center;justify-content:space-between;padding:15px 17px;color:#29406b;font-size:13px;font-weight:900;cursor:pointer;list-style:none}.bpgq-advanced summary::-webkit-details-marker{display:none}.bpgq-advanced summary span{font-size:18px}.bpgq-advanced[open] summary{border-bottom:1px solid #e6ebf3;background:#f4f7fd}.bpgq-advanced[open] summary span{transform:rotate(45deg)}.bpgq-advanced-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:17px}.bpgq-nav{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 30px;border-top:1px solid #e7ecf4;background:#fbfcfe}
.bpgq-side{display:flex;flex-direction:column;gap:16px}.bpgq-progress,.bpgq-answer-summary,.bpgq-checklist,.bpgq-security,.bpgq-downloads,.bpgq-plan-info{padding:20px}.bpgq-progress-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.bpgq-progress h3,.bpgq-answer-summary h3,.bpgq-checklist h3,.bpgq-downloads h3,.bpgq-plan-info h3{margin:0 0 14px;color:#1d2a44;font-size:16px}.bpgq-progress-top h3{margin:0}.bpgq-progress-top strong{color:var(--bpg-primary);font-size:13px}.bpgq-progressbar{height:9px;margin-top:13px;overflow:hidden;border-radius:20px;background:#e9edf5}.bpgq-progressbar span{display:block;height:100%;border-radius:20px;background:linear-gradient(90deg,var(--bpg-primary),var(--bpg-secondary))}.bpgq-progress p{margin:8px 0 0;color:#667085;font-size:12px}.bpgq-answer-summary dl,.bpgq-plan-info dl{margin:0}.bpgq-answer-summary dl>div,.bpgq-plan-info dl>div{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #edf0f5}.bpgq-answer-summary dl>div:last-child,.bpgq-plan-info dl>div:last-child{border-bottom:0}.bpgq-answer-summary dt,.bpgq-plan-info dt{color:#7b879d;font-size:11px}.bpgq-answer-summary dd,.bpgq-plan-info dd{max-width:160px;margin:0;color:#26334d;font-size:12px;font-weight:850;text-align:right;overflow-wrap:anywhere}.bpgq-checklist p{display:flex;align-items:center;gap:9px;margin:10px 0;color:#536078;font-size:12px}.bpgq-checklist p span{width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:#e8f9f1;color:var(--bpg-accent);font-weight:900}.bpgq-security{display:flex;align-items:flex-start;gap:10px;border-color:#d7f1e5;background:#f7fffb;color:#667085;font-size:12px}.bpgq-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 30px;border-top:1px solid #e0e7f1;background:#fff;color:#718096;font-size:11px}
.bpgq-ready{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:30px 34px;border-bottom:1px solid #e1e8f2;background:linear-gradient(135deg,#fff,#f2f6ff)}.bpgq-ready h2{margin:12px 0 5px;color:#16213a;font-size:28px}.bpgq-ready p{margin:0;color:#667085}.bpgq-ready-actions{display:flex;gap:10px;flex-wrap:wrap}.bpgq-results-layout{display:grid;grid-template-columns:minmax(0,1fr) 285px;gap:22px;padding:26px}.bpgq-results-layout main{display:flex;flex-direction:column;gap:20px;min-width:0}.bpgq-results-side{display:flex;flex-direction:column;gap:17px}.bpgq-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.bpgq-metrics article{display:grid;grid-template-columns:38px minmax(0,1fr);grid-template-rows:auto auto;column-gap:10px;padding:17px;border:1px solid #dfe6f1;border-radius:16px;background:#fff;box-shadow:0 6px 18px rgba(30,44,75,.035)}.bpgq-metrics article>span{grid-row:1/3;width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#edf3ff}.bpgq-metrics small{color:#69758b;font-size:10px}.bpgq-metrics strong{min-width:0;color:#17233c;font-size:16px;line-height:1.3;overflow-wrap:anywhere}.bpgq-metrics article.is-success{border-color:#bce9d2;background:#f5fff9}.bpgq-finance,.bpgq-sections{padding:22px}.bpgq-section-title{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:18px}.bpgq-section-title h3{margin:0 0 3px;color:#1c2944;font-size:19px}.bpgq-section-title p{margin:0;color:#6d7890;font-size:12px}.bpgq-chart{height:260px;padding:20px 20px 12px;border:1px solid #e7ebf3;border-radius:14px;background:#fbfcff}.bpgq-chart-bars{display:flex;align-items:flex-end;gap:9px;height:185px;border-bottom:1px solid #dbe2ee}.bpgq-chart-month{height:100%;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:6px}.bpgq-bar-set{display:flex;align-items:flex-end;justify-content:center;gap:3px;width:100%;height:155px}.bpgq-bar-set i{display:block;width:36%;min-height:3px;border-radius:4px 4px 0 0}.bpgq-bar-set .rev,.bpgq-chart-legend i.rev{background:var(--bpg-primary)}.bpgq-bar-set .exp,.bpgq-chart-legend i.exp{background:#ff9d70}.bpgq-chart-month>span{color:#78849a;font-size:9px}.bpgq-chart-legend{display:flex;justify-content:center;gap:22px;padding-top:12px;font-size:11px}.bpgq-chart-legend span{display:flex;align-items:center;gap:6px}.bpgq-chart-legend i{width:9px;height:9px;border-radius:3px}.bpgq-section-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.bpgq-section-grid article{display:grid;grid-template-columns:31px minmax(0,1fr) 34px;align-items:center;gap:10px;padding:12px;border:1px solid #e1e7f0;border-radius:12px;background:#fff}.bpgq-section-num{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#eef3ff;color:var(--bpg-primary);font-size:11px;font-weight:900}.bpgq-section-grid h4{margin:0 0 2px;color:#26334d;font-size:13px}.bpgq-section-grid p{margin:0;overflow:hidden;color:#77839a;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.bpgq-section-grid button{appearance:none!important;width:32px!important;height:32px!important;padding:0!important;border:1px solid #d8e1ee!important;border-radius:8px!important;background:#fff!important;color:var(--bpg-primary)!important;cursor:pointer!important;box-shadow:none!important}.bpgq-section-grid button:hover{border-color:var(--bpg-primary)!important;background:#f2f5ff!important;color:var(--bpg-primary)!important}.bpgq-downloads{display:flex;flex-direction:column;gap:10px}.bpgq-downloads h3{margin-bottom:4px}.bpgq-downloads .bpgq-btn{width:100%!important}.bpgq-plan-info p{color:#667085;font-size:12px}
html.bpgq-modal-open,html.bpgq-modal-open body{overflow:hidden!important}.bpgq-modal{position:fixed;inset:0;z-index:9999999;display:none;align-items:center;justify-content:center;padding:clamp(12px,3vw,34px);background:rgba(12,21,40,.68);backdrop-filter:blur(5px)}.bpgq-modal.is-open{display:flex}.bpgq-modal-panel{display:flex;flex-direction:column;width:min(680px,100%);max-height:min(92vh,920px);overflow:hidden;border:1px solid rgba(255,255,255,.7);border-radius:22px;background:#fff;box-shadow:0 34px 90px rgba(0,0,0,.32);animation:bpg-modal-in .18s ease-out}.bpgq-modal-large{width:min(1120px,100%)}.bpgq-modal-small{width:min(580px,100%)}@keyframes bpg-modal-in{from{opacity:0;transform:translateY(14px) scale(.985)}to{opacity:1;transform:none}}.bpgq-modal-toolbar{position:relative;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:18px;flex:0 0 auto;min-height:72px;padding:15px 18px 15px 22px;border-bottom:1px solid #e4eaf3;background:#fff}.bpgq-modal-toolbar>div{display:flex;flex-direction:column;min-width:0}.bpgq-modal-toolbar strong{color:#18243c;font-size:17px}.bpgq-modal-toolbar small{margin-top:2px;overflow:hidden;color:#748097;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.bpgq-modal-close{appearance:none!important;position:static!important;flex:0 0 42px!important;width:42px!important;height:42px!important;min-height:42px!important;padding:0!important;border:1px solid #f1c6cd!important;border-radius:12px!important;background:#fff4f6!important;color:#d93653!important;font-size:26px!important;font-weight:500!important;line-height:1!important;cursor:pointer!important;box-shadow:none!important}.bpgq-modal-close:hover,.bpgq-modal-close:focus{border-color:#df6a7c!important;background:#ffe9ed!important;color:#c52643!important;transform:none!important;box-shadow:0 6px 14px rgba(213,54,83,.13)!important}.bpgq-modal-close span{display:block;transform:translateY(-1px)}.bpgq-modal-scroll{min-height:0;overflow:auto;padding:24px;overscroll-behavior:contain}.bpgq-modal-body{max-width:100%}.bpgq-plan-cover{margin-bottom:20px;padding:48px 42px;border-radius:18px;background:linear-gradient(135deg,var(--bpg-primary),var(--bpg-secondary));color:#fff;box-shadow:0 16px 34px rgba(54,93,245,.2)}.bpgq-plan-cover h1{margin:15px 0 8px;color:#fff;font-size:34px}.bpgq-plan-cover p{margin:0;opacity:.9}.bpgq-preview-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:20px}.bpgq-preview-metrics-six{grid-template-columns:repeat(3,minmax(0,1fr))}.bpgq-preview-metrics>div{padding:14px;border:1px solid #e0e6f0;border-radius:12px;background:#fff;color:#667085;font-size:11px}.bpgq-preview-metrics strong{display:block;margin-top:4px;color:#17233c;font-size:18px;overflow-wrap:anywhere}.bpgq-preview-analytics{margin:22px 0;padding:20px;border:1px solid #e0e6ef;border-radius:15px;background:#fff}.bpgq-preview-analytics h2{margin:0 0 15px;color:var(--bpg-primary);font-size:21px}.bpgq-preview-section{padding:22px 5px;border-bottom:1px solid #e5eaf2}.bpgq-preview-section h2{margin:0 0 15px;color:var(--bpg-primary);font-size:21px}.bpgq-preview-pair h4{margin:13px 0 3px;color:#667085;font-size:12px;text-transform:capitalize}.bpgq-preview-pair p{margin:0;white-space:pre-wrap}.bpgq-preview-list{display:grid;gap:9px}.bpgq-preview-list article{padding:12px;border:1px solid #e0e6ef;border-radius:10px;background:#fbfcff}.bpgq-preview-list article>div{display:grid;grid-template-columns:150px minmax(0,1fr);gap:10px;padding:5px 0}.bpgq-preview-list b{text-transform:capitalize}.bpgq-edit-body{display:grid;gap:14px}.bpgq-edit-title{margin:0 0 4px}.bpgq-edit-card{display:grid;gap:12px;padding:15px;border:1px solid #e1e7f0;border-radius:13px;background:#fbfcff}.bpgq-save-edit{width:100%!important;margin-top:18px}.bpgq-copy-row{display:flex;gap:8px}.bpgq-copy-row input{flex:1;min-width:0}.bpgq-toast{position:fixed;left:50%;bottom:26px;z-index:10000000;padding:12px 18px;border-radius:10px;background:#17233c;color:#fff;box-shadow:0 14px 36px rgba(0,0,0,.2);opacity:0;pointer-events:none;transform:translate(-50%,20px);transition:.2s}.bpgq-toast.is-show{opacity:1;transform:translate(-50%,0)}.bpgq-toast.is-error{background:#c83f4a}
@media(max-width:1180px){.bpgq-hero{grid-template-columns:1fr 270px;padding:34px}.bpgq-benefits{grid-template-columns:1fr}.bpgq-benefits>div{grid-template-columns:32px 1fr}.bpgq-wizard-wrap,.bpgq-results-layout{grid-template-columns:1fr}.bpgq-side,.bpgq-results-side{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.bpgq-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:900px){.bpgq-stepper{display:flex;overflow-x:auto;scrollbar-width:thin}.bpgq-stepper button{flex:0 0 145px!important}.bpgq-template-cards{grid-template-columns:1fr}.bpgq-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.bpgq-section-grid{grid-template-columns:1fr}}
@media(max-width:760px){.bpgq-shell{border-radius:14px}.bpgq-header{align-items:flex-start;flex-direction:column;padding:19px}.bpgq-brand h1{font-size:22px}.bpgq-icon{width:48px;height:48px;flex-basis:48px}.bpgq-top-actions{width:100%;justify-content:stretch}.bpgq-top-actions .bpgq-btn{flex:1!important}.bpgq-lang{width:100%;justify-content:space-between}.bpgq-lang select{width:auto;max-width:155px}.bpgq-hero{grid-template-columns:1fr;padding:25px 20px}.bpgq-hero h2{font-size:25px}.bpgq-hero-art{display:none}.bpgq-wizard-wrap,.bpgq-results-layout{padding:13px;gap:13px}.bpgq-step-head{padding:22px 18px 8px}.bpgq-grid{grid-template-columns:1fr;padding:15px 18px 22px}.bpgq-wide{grid-column:auto}.bpgq-advanced-grid{grid-template-columns:1fr}.bpgq-nav{padding:14px 18px}.bpgq-side,.bpgq-results-side{display:flex}.bpgq-footer{flex-direction:column;text-align:center}.bpgq-ready{align-items:flex-start;flex-direction:column;padding:24px 20px}.bpgq-ready h2{font-size:24px}.bpgq-ready-actions{width:100%}.bpgq-ready-actions .bpgq-btn{flex:1!important}.bpgq-section-title{align-items:flex-start;flex-direction:column}.bpgq-section-title .bpgq-btn{width:100%!important}.bpgq-chart-bars{gap:4px}.bpgq-preview-metrics,.bpgq-preview-metrics-six{grid-template-columns:1fr 1fr}.bpgq-preview-list article>div{grid-template-columns:1fr}.bpgq-copy-row{flex-direction:column}.bpgq-modal{padding:8px}.bpgq-modal-panel{max-height:96vh;border-radius:15px}.bpgq-modal-toolbar{min-height:64px;padding:11px 12px 11px 16px}.bpgq-modal-scroll{padding:16px}.bpgq-plan-cover{padding:32px 24px}.bpgq-plan-cover h1{font-size:28px}}
@media(max-width:470px){.bpgq-metrics{grid-template-columns:1fr}.bpgq-nav{flex-direction:column-reverse}.bpgq-nav .bpgq-btn{width:100%!important}.bpgq-btn-generate{min-width:0!important}.bpgq-benefits{display:none}.bpgq-hero{padding-bottom:18px}.bpgq-top-actions{flex-direction:column}.bpgq-top-actions .bpgq-btn{width:100%!important}.bpgq-preview-metrics,.bpgq-preview-metrics-six{grid-template-columns:1fr}.bpgq-chart{padding-left:10px;padding-right:10px}.bpgq-stepper button{flex-basis:125px!important}.bpgq-modal-toolbar small{max-width:220px}}

/* v1.3.0 - vertical wizard navigation and refined step positioning */
@media (min-width: 901px) {
	.bpgq-wizard {
		display: grid;
		grid-template-columns: 232px minmax(0, 1fr);
		grid-template-rows: auto auto auto;
		align-items: start;
	}
	.bpgq-stepper {
		grid-column: 1;
		grid-row: 1 / 4;
		display: flex;
		flex-direction: column;
		align-self: stretch;
		gap: 8px;
		padding: 18px 14px;
		border-right: 1px solid #e4eaf3;
		border-bottom: 0;
		background: linear-gradient(180deg, #f8faff 0%, #fbfcff 100%);
	}
	.bpgq-stepper button {
		justify-content: flex-start !important;
		gap: 11px !important;
		width: 100% !important;
		min-height: 58px !important;
		padding: 11px 12px !important;
		border: 1px solid transparent !important;
		border-radius: 13px !important;
		text-align: left !important;
	}
	.bpgq-stepper button:last-child { border-right: 1px solid transparent !important; }
	.bpgq-stepper button em {
		white-space: normal;
		overflow: visible;
		text-overflow: clip;
		font-size: 12px;
		line-height: 1.35;
		text-align: left;
	}
	.bpgq-stepper button:hover {
		border-color: #d7e1ff !important;
		background: #f3f6ff !important;
	}
	.bpgq-stepper button.is-active {
		border-color: #b9c8ff !important;
		background: #eef3ff !important;
		box-shadow: 0 8px 20px rgba(54, 93, 245, .08) !important;
	}
	.bpgq-stepper button.is-done {
		border-color: #d6f0e4 !important;
		background: #f7fffb !important;
	}
	.bpgq-step-head { grid-column: 2; grid-row: 1; }
	.bpgq-wizard > .bpgq-grid { grid-column: 2; grid-row: 2; }
	.bpgq-nav { grid-column: 2; grid-row: 3; }
}

@media (max-width: 900px) {
	.bpgq-stepper {
		display: grid;
		grid-template-columns: 1fr;
		overflow: visible;
		gap: 7px;
		padding: 12px;
		border-bottom: 1px solid #e6ebf3;
	}
	.bpgq-stepper button {
		justify-content: flex-start !important;
		width: 100% !important;
		min-height: 48px !important;
		padding: 10px 12px !important;
		border: 1px solid #e6ebf3 !important;
		border-radius: 11px !important;
		text-align: left !important;
	}
	.bpgq-stepper button em {
		white-space: normal;
		overflow: visible;
		text-overflow: clip;
		font-size: 12px;
	}
}

.bpgq-step-head { scroll-margin-top: 190px; }
