@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,700&family=Onest:wght@300;400;500;600;700&display=swap");:root{--pp-ink:#1f1b16;--pp-milk:#fff8f1;--pp-cream:#f6eadb;--pp-sand:#ead8c7;--pp-tomato:#e2432a;--pp-olive:#5f6b3a;--pp-sun:#f1b24a;--pp-night:#2b241d;--pp-shadow:0 24px 60px rgba(31,24,18,0.18);--pp-radius:24px}body{background:var(--pp-milk);color:var(--pp-ink);font-family:"Onest","IBM Plex Sans","IBM Plex Sans Condensed",sans-serif;padding-bottom:0px;position:relative;overflow-x:hidden;overflow-y:auto;min-height:100%;margin:0}.sg-page{position:relative;z-index:1;max-width:980px;margin:0 auto;padding:0px 22px}.pp-header{position:relative;z-index:2;padding:18px 0 12px;display:flex;justify-content:center}.pp-header__logo{width:200px;height:auto}.pp-panel{background:#fff;border-radius:var(--pp-radius);box-shadow:var(--pp-shadow);padding:28px;display:grid;gap:18px;position:relative;overflow:hidden}.pp-title{font-family:"Fraunces","Times New Roman",serif;font-size:clamp(2rem,4vw,3.2rem);line-height:1.05;margin-bottom:8px;text-align:center}.pp-lead{font-size:1.05rem;color:#3f372f;margin-bottom:0;text-align:center}.pp-badge{background:rgba(255,255,255,0.8);border:1px solid rgba(43,36,29,0.12);border-radius:999px;padding:8px 14px;font-size:0.8rem;font-weight:500;display:inline-flex;align-items:center;gap:8px}.pp-btn{border-radius:999px;padding:10px 20px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:10px;transition:transform 0.2s ease,box-shadow 0.2s ease;border:1px solid transparent;background:transparent}.pp-btn--primary{background:var(--pp-tomato);color:#fff;box-shadow:0 14px 26px rgba(31,24,18,0.18);border-color:var(--pp-tomato)}.pp-btn--ghost{background:#fff;color:var(--pp-night);border:1px solid rgba(43,36,29,0.15)}.pp-form-inline{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.pp-form-inline .form-select,.pp-form-inline .form-control{border-radius:999px;border:1px solid rgba(43,36,29,0.2);padding:8px 16px}.progress-wrap{gap:24px}.progress-track{display:grid;gap:12px}.progress-track-line{--progress-dot-size:48px;--progress-line-height:4px;position:relative;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:start;padding:0 8px 0;gap:6px}.progress-track-line::before{content:"";position:absolute;left:8px;right:8px;top:calc(var(--progress-dot-size) / 2 - var(--progress-line-height) / 2);height:var(--progress-line-height);background:var(--pp-sand);border-radius:999px}.progress-track-line .progress-slot{display:grid;grid-template-rows:var(--progress-dot-size) auto;justify-items:center;gap:8px;position:relative;z-index:1;text-align:center;align-self:start}.progress-dot{width:var(--progress-dot-size);height:var(--progress-dot-size);border-radius:50%;background:var(--pp-milk);border:2px solid rgba(43,36,29,0.18);position:relative;align-self:center;display:flex;align-items:center;justify-content:center}.progress-track-line .progress-slot.is-active .progress-dot{background:var(--pp-tomato);border-color:var(--pp-tomato);animation:progress-pulse 1.6s ease-in-out infinite}.progress-track-line .progress-slot.is-complete .progress-dot{background:var(--pp-milk);border-color:var(--pp-olive)}.progress-track-line .progress-slot.is-complete .progress-dot{display:flex;align-items:center;justify-content:center}.progress-track-line .progress-dot i{display:none !important}.progress-track-line .progress-dot .svg-inline--fa{display:none !important}.progress-track-line .progress-slot.is-complete .progress-dot i{display:inline-block !important;font-size:22px;color:var(--pp-olive)}.progress-track.is-completed .progress-slot.is-active .progress-dot,.progress-track[data-active-status="completed"] .progress-slot.is-active .progress-dot{background:var(--pp-olive);border-color:var(--pp-olive);animation:none}.progress-track.is-completed .progress-slot.is-active .progress-dot i,.progress-track[data-active-status="completed"] .progress-slot.is-active .progress-dot i{display:inline-block !important;color:var(--pp-milk);font-size:22px}.progress-track-line .progress-slot.is-complete .progress-dot .svg-inline--fa{display:inline-block !important;color:var(--pp-olive);font-size:22px}.progress-track.is-completed .progress-slot.is-active .progress-dot .svg-inline--fa,.progress-track[data-active-status="completed"] .progress-slot.is-active .progress-dot .svg-inline--fa{display:inline-block !important;color:var(--pp-milk);font-size:22px}.progress-label{font-size:0.8rem;font-weight:600;color:#6c5d50;white-space:normal;overflow:visible;text-overflow:unset;max-width:140px;display:none;line-height:1.25}.progress-track-line .progress-slot.has-label .progress-label{display:block}.progress-track-line .progress-slot.is-active .progress-label,.progress-track-line .progress-slot.is-complete .progress-label{color:var(--pp-ink)}.progress-track-line .progress-slot.is-active .progress-label{font-weight:800}.progress-track-line .progress-slot.is-empty .progress-dot,.progress-track-line .progress-slot.is-empty .progress-label{opacity:0}.progress-track-line .progress-slot.is-empty .progress-dot::after{content:""}.footer-note{display:flex;justify-content:center}.giphy-div{width:100%;max-width:520px;margin:0.75rem auto 0;border-radius:14px;overflow:hidden;background:#f6f6f6}.giphy-div img{width:100%;height:auto;max-width:100%;display:block}@keyframes progress-pulse{0%{box-shadow:0 0 0 0 rgba(226,67,42,0.25)}70%{box-shadow:0 0 0 12px rgba(226,67,42,0)}100%{box-shadow:0 0 0 0 rgba(226,67,42,0)}}@media (max-width:720px){.pp-panel{padding:22px}.pp-header__logo{width:200px}}@media (max-width:576px){.status_text > div{margin-left:0 !important;margin-right:0 !important}.giphy-div{max-width:420px}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto !important;animation-duration:0.001ms !important;animation-iteration-count:1 !important;transition-duration:0.001ms !important}.progress-track-line .progress-slot.is-active .progress-dot{animation:none}}