.pt-root{--pt-iv:#faf6f0;--pt-cr:#f3ece0;--pt-cr2:#e8ddd0;--pt-pa:#d4c5b0;--pt-fo:#2d4a2f;--pt-fm:#3d6340;--pt-fl:#5a8a5e;--pt-fx:#8ab88e;--pt-go:#b8802a;--pt-gl:#d4a050;--pt-gx:#f0c878;--pt-gp:#fdf0d8;--pt-es:#2a1a08;--pt-bl:#7a5030;--pt-ro:#c87060;--pt-rp:#fdf0ee;--pt-cl:#1a5276;--pt-cp:#eaf4fb;--pt-cb:#d6eaf8;--pt-tl:#1a7a6e;--pt-tx:#2a1a08;--pt-ts:#5a4030;--pt-tm:#8a7060;--pt-tt:#b0a090;--pt-bd:#2a1a081a;--pt-bdm:#2a1a082e;color:var(--pt-tx);background:var(--pt-iv);font-family:DM Sans,sans-serif}@keyframes pt-fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes pt-spin{to{transform:rotate(360deg)}}@keyframes pt-analyseFlash{0%,to{opacity:.7}50%{opacity:1}}.pt-root .pt-page{max-width:720px;margin:0 auto;padding:24px 16px;animation:.4s pt-fadeUp}.pt-root .pt-tool-card{border:1.5px solid var(--pt-bdm);background:#fff;border-radius:20px;margin-bottom:16px;overflow:hidden}.pt-root .pt-tool-head{background:linear-gradient(135deg, var(--pt-tl), #229990);align-items:center;gap:14px;padding:22px 24px;display:flex}.pt-root .pt-tool-head-ico{background:#ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;display:flex}.pt-root .pt-tool-head-title{color:#fff;font-family:Cormorant Garamond,serif;font-size:20px;font-weight:700}.pt-root .pt-tool-head-sub{color:#fff9;margin-top:3px;font-size:11px}.pt-root .pt-tool-body{padding:22px 24px}.pt-root .pt-label{color:var(--pt-ts);text-transform:uppercase;letter-spacing:.04em;margin-bottom:5px;font-size:11px;font-weight:700;display:block}.pt-root .pt-input,.pt-root .pt-select,.pt-root .pt-textarea{border:1.5px solid var(--pt-bdm);width:100%;color:var(--pt-tx);background:var(--pt-iv);border-radius:10px;outline:none;margin-bottom:14px;padding:11px 14px;font-family:DM Sans,sans-serif;font-size:13px;transition:all .2s}.pt-root .pt-input:focus,.pt-root .pt-select:focus,.pt-root .pt-textarea:focus{border-color:var(--pt-fl);background:#fff;box-shadow:0 0 0 3px #2d4a2f12}.pt-root .pt-select{cursor:pointer}.pt-root .pt-textarea{resize:vertical;min-height:80px}.pt-root .pt-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.pt-root .pt-wk-strip{flex-wrap:wrap;gap:6px;margin-bottom:14px;display:flex}.pt-root .pt-wk-btn{border:1.5px solid var(--pt-bdm);cursor:pointer;color:var(--pt-ts);background:#fff;border-radius:20px;align-items:center;gap:4px;padding:5px 11px;font-family:DM Sans,sans-serif;font-size:11px;font-weight:500;transition:all .15s;display:flex}.pt-root .pt-wk-btn:hover{border-color:var(--pt-tl);color:var(--pt-tl)}.pt-root .pt-wk-btn.active{background:var(--pt-tl);color:#fff;border-color:var(--pt-tl)}.pt-root .pt-wk-dot{background:var(--pt-tl);border-radius:50%;width:6px;height:6px}.pt-root .pt-wk-btn.active .pt-wk-dot{background:#fff}.pt-root .pt-rc-strip{flex-wrap:wrap;gap:6px;margin-bottom:8px;display:flex}.pt-root .pt-rc{border:1.5px solid var(--pt-bdm);cursor:pointer;width:34px;height:34px;color:var(--pt-ts);background:#fff;border-radius:8px;justify-content:center;align-items:center;font-family:DM Sans,sans-serif;font-size:12px;font-weight:700;transition:all .15s;display:flex}.pt-root .pt-rc:hover{border-color:var(--pt-fo)}.pt-root .pt-rc.sel{background:var(--pt-fo);color:#fff;border-color:var(--pt-fo)}.pt-root .pt-rc-hint{color:var(--pt-tm);justify-content:space-between;margin-bottom:14px;font-size:10.5px;display:flex}.pt-root .pt-cond-wrap{flex-wrap:wrap;gap:6px;margin-bottom:14px;display:flex}.pt-root .pt-cond{border:1.5px solid var(--pt-bdm);cursor:pointer;color:var(--pt-ts);-webkit-user-select:none;user-select:none;background:#fff;border-radius:20px;padding:5px 12px;font-family:DM Sans,sans-serif;font-size:11.5px;transition:all .15s}.pt-root .pt-cond:hover{border-color:var(--pt-tl);color:var(--pt-tl)}.pt-root .pt-cond.sel{background:var(--pt-tl);color:#fff;border-color:var(--pt-tl)}.pt-root .pt-run-btn{background:linear-gradient(135deg, var(--pt-tl), #229990);color:#fff;cursor:pointer;border:none;border-radius:40px;width:100%;padding:14px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:700;transition:all .2s}.pt-root .pt-run-btn:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-2px)}.pt-root .pt-run-btn:disabled{opacity:.6;cursor:not-allowed}.pt-root .pt-loading{background:var(--pt-cr);color:var(--pt-ts);border-radius:12px;align-items:center;gap:10px;margin-bottom:14px;padding:16px;font-size:13px;animation:1.4s ease-in-out infinite pt-analyseFlash;display:flex}.pt-root .pt-spin{border:2px solid var(--pt-bdm);border-top-color:var(--pt-tl);border-radius:50%;flex-shrink:0;width:20px;height:20px;animation:1s linear infinite pt-spin}.pt-root .pt-err-banner{color:var(--pt-ro);background:#c8706014;border:1px solid #c8706040;border-radius:10px;margin-bottom:12px;padding:12px 14px;font-size:12.5px;line-height:1.55}.pt-root .pt-toast{background:var(--pt-tl);color:#fff;z-index:9999;border-radius:40px;padding:10px 22px;font-size:13px;font-weight:600;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.pt-root .pt-result{border:1.5px solid var(--pt-fo);background:#fdfaf5;border-radius:14px;margin-bottom:14px;animation:.35s pt-fadeUp;overflow:hidden}.pt-root .pt-rhead{align-items:center;gap:12px;padding:18px 20px;display:flex}.pt-root .pt-rico{background:#ffffff2e;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:22px;display:flex}.pt-root .pt-rhead-text{flex:1}.pt-root .pt-rtit{color:#fff;font-family:Cormorant Garamond,serif;font-size:19px;font-weight:700;line-height:1.2}.pt-root .pt-rsub{color:#ffffffad;text-transform:uppercase;letter-spacing:.05em;margin-top:1px;font-size:10.5px}.pt-root .pt-score-wrap{text-align:right;flex-shrink:0;margin-left:auto}.pt-root .pt-score-big{color:#fff;font-family:Cormorant Garamond,serif;font-size:34px;font-weight:700;line-height:1}.pt-root .pt-score-lbl{color:#ffffff9e;margin-top:2px;font-size:9.5px}.pt-root .pt-score-trend{color:#ffffffe6;margin-top:3px;font-size:11px;font-weight:700}.pt-root .pt-rbody{padding:18px 20px}.pt-root .pt-adh-line{color:var(--pt-tm);text-align:right;margin-bottom:12px;font-size:11px}.pt-root .pt-improve-banner{text-align:center;background:linear-gradient(135deg,#2d4a2f17,#2d4a2f0a);border:1.5px solid #2d4a2f38;border-radius:12px;margin-bottom:12px;padding:16px 18px}.pt-root .pt-improve-pct{color:var(--pt-fo);font-family:Cormorant Garamond,serif;font-size:36px;font-weight:700;line-height:1}.pt-root .pt-improve-sub{color:var(--pt-ts);margin-top:6px;font-size:12.5px;line-height:1.65}.pt-root .pt-milestone-wrap{margin-top:10px}.pt-root .pt-milestone-lbl{text-transform:uppercase;letter-spacing:.06em;color:var(--pt-tl);margin-bottom:4px;font-size:11px;font-weight:700}.pt-root .pt-milestone-bar{background:var(--pt-cr2);border-radius:20px;height:10px;margin:8px 0 4px;overflow:hidden}.pt-root .pt-milestone-fill{background:linear-gradient(90deg, var(--pt-tl), var(--pt-go));border-radius:20px;height:100%}.pt-root .pt-milestone-text{color:var(--pt-tm);margin-top:3px;font-size:10.5px}.pt-root .pt-div{background:var(--pt-cr2);height:1px;margin:14px 0}.pt-root .pt-sh{color:var(--pt-fo);align-items:center;gap:5px;margin:16px 0 8px;font-family:Cormorant Garamond,serif;font-size:14px;font-weight:700;display:flex}.pt-root .pt-sh:first-child{margin-top:0}.pt-root .pt-sh.gold{color:var(--pt-go)}.pt-root .pt-sh.blue{color:var(--pt-cl)}.pt-root .pt-sh.teal{color:var(--pt-tl)}.pt-root .pt-txt{color:var(--pt-ts);font-size:12.5px;line-height:1.72}.pt-root .pt-hbox{border-left:3px solid var(--pt-fo);color:var(--pt-ts);background:#2d4a2f0f;border-radius:0 8px 8px 0;padding:11px 14px;font-size:12.5px;line-height:1.7}.pt-root .pt-step-row{align-items:flex-start;gap:9px;margin-bottom:9px;display:flex}.pt-root .pt-sn{color:#fff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;font-size:10px;font-weight:700;display:flex}.pt-root .pt-st{color:var(--pt-ts);font-size:12.5px;line-height:1.65}.pt-root .pt-ing-row{align-items:flex-start;gap:8px;margin-bottom:7px;display:flex}.pt-root .pt-ing-dot{background:var(--pt-fo);border-radius:50%;flex-shrink:0;width:5px;height:5px;margin-top:5px}.pt-root .pt-ing-dot.gold{background:var(--pt-go)}.pt-root .pt-metric-grid{grid-template-columns:repeat(3,1fr);gap:9px;margin-bottom:10px;display:grid}.pt-root .pt-metric-card{background:var(--pt-cr);border:1px solid var(--pt-bd);text-align:center;border-radius:10px;padding:12px 13px}.pt-root .pt-metric-label{color:var(--pt-tm);text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px;font-size:9.5px;font-weight:600}.pt-root .pt-metric-bar-wrap{background:var(--pt-cr2);border-radius:20px;height:8px;margin-bottom:5px;overflow:hidden}.pt-root .pt-metric-bar-fill{border-radius:20px;height:100%;transition:width 1.2s cubic-bezier(.4,0,.2,1)}.pt-root .pt-metric-val{color:var(--pt-tx);font-size:12.5px;font-weight:700}.pt-root .pt-metric-change{color:var(--pt-tm);margin-top:2px;font-size:10px}.pt-root .pt-forecast-block{background:linear-gradient(135deg,#2d4a2f12,#2d4a2f08);border:1px solid #2d4a2f2e;border-radius:11px;padding:14px 16px}.pt-root .pt-forecast-title{text-transform:uppercase;letter-spacing:.07em;color:var(--pt-fo);margin-bottom:7px;font-size:11px;font-weight:700}.pt-root .pt-forecast-projected{color:var(--pt-tm);margin-top:6px;font-size:11.5px}.pt-root .pt-warn-block{background:var(--pt-rp);color:var(--pt-ro);border:1px solid #c8706033;border-radius:9px;margin:10px 0;padding:11px 13px;font-size:12.5px;line-height:1.55}.pt-root .pt-back-wrap{text-align:center;margin-top:10px}.pt-root .pt-back-btn{background:var(--pt-cr);border:1.5px solid var(--pt-bdm);cursor:pointer;color:var(--pt-ts);border-radius:40px;padding:9px 22px;font-family:DM Sans,sans-serif;font-size:12.5px;font-weight:600}.pt-root .pt-back-btn:hover{background:var(--pt-cr2)}.pt-root .pt-eng-badge{color:var(--pt-tl);background:#1a7a6e14;border:1px solid #1a7a6e33;border-radius:20px;align-items:center;gap:5px;margin-bottom:8px;padding:3px 11px;font-size:10.5px;font-weight:600;display:inline-flex}.pt-root .pt-sample-btn{width:100%;color:var(--pt-tl);border:1.5px solid var(--pt-tl);cursor:pointer;background:0 0;border-radius:40px;margin-bottom:10px;padding:12px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;transition:all .2s}.pt-root .pt-sample-btn:hover:not(:disabled){background:var(--pt-tl);color:#fff}.pt-root .pt-sample-btn:disabled{opacity:.6;cursor:not-allowed}.pt-root .pt-foot-note{color:var(--pt-tt);text-align:center;margin-top:8px;font-size:10.5px}.pt-root .pt-badge-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px;display:flex}.pt-root .pt-pg-badge{background:linear-gradient(135deg, var(--pt-gp), #f0c8782e);color:var(--pt-go);border:1px solid #b8802a4d;border-radius:20px;align-items:center;gap:6px;padding:5px 14px;font-size:11.5px;font-weight:700;display:inline-flex}.pt-root .pt-note{color:#7a6010;background:#fffbea;border:1px solid #f0d88a;border-radius:8px;margin-top:10px;padding:10px 12px;font-size:12px;line-height:1.6}.pt-root .pt-encourage{color:var(--pt-fo);background:#2d4a2f12;border-radius:9px;margin-top:12px;padding:11px 13px;font-size:12.5px}.pt-root .pt-cta-bar{border-top:1px solid var(--pt-bd);background:#2d4a2f0a;flex-wrap:wrap;align-items:center;gap:10px;padding:14px 20px;display:flex}.pt-root .pt-cta-emoji{font-size:20px}.pt-root .pt-cta-msg{color:var(--pt-fo);flex:1;font-size:12.5px;font-weight:500;line-height:1.5}.pt-root .pt-shop{background:linear-gradient(135deg, var(--pt-gl), var(--pt-go));color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:20px;align-items:center;gap:5px;padding:9px 18px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:600;display:inline-flex}.pt-root .pt-disclaimer{text-align:center;color:var(--pt-tt);margin-top:10px;font-size:11px}@media (max-width:520px){.pt-root .pt-row{grid-template-columns:1fr}.pt-root .pt-metric-grid{grid-template-columns:1fr 1fr}}
