.pcp-overlay{position:fixed;inset:0;z-index:9998;background:rgba(0,0,0,.65);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);animation:pcp-fadeIn .3s ease-out}.pcp-modal{position:fixed;z-index:9999;top:0;right:0;bottom:0;width:720px;max-width:90vw;height:100vh;height:100dvh;border-radius:16px 0 0 16px;overflow:hidden;display:flex;flex-direction:row;animation:pcp-slideFromRight .4s cubic-bezier(.16,1,.3,1);box-shadow:-8px 0 40px rgba(0,0,0,.4),0 0 0 1px rgba(229,140,51,.12)}.pcp-modal--light{background:#fff;border:1px solid rgba(0,0,0,.1)}.pcp-modal--dark{background:#111;border:1px solid rgba(229,140,51,.12)}.pcp-close-btn{position:absolute;top:12px;right:14px;z-index:10;width:34px;height:34px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.pcp-modal--dark .pcp-close-btn{background:hsla(0,0%,100%,.08);color:#ccc}.pcp-modal--dark .pcp-close-btn:hover{background:#e58c33;color:#fff}.pcp-modal--light .pcp-close-btn{background:rgba(0,0,0,.06);color:#555}.pcp-modal--light .pcp-close-btn:hover{background:#e58c33;color:#fff}.pcp-sidebar{width:240px;min-width:240px;display:flex;flex-direction:column;padding:20px 0;overflow-y:auto}.pcp-modal--light .pcp-sidebar{border-right:1px solid rgba(0,0,0,.08);background:#f9f9f9}.pcp-modal--dark .pcp-sidebar{border-right:1px solid hsla(0,0%,100%,.06);background:#0a0a0a}.pcp-sidebar__header{padding:0 20px 18px;margin-bottom:6px}.pcp-modal--dark .pcp-sidebar__header{border-bottom:1px solid hsla(0,0%,100%,.06)}.pcp-modal--light .pcp-sidebar__header{border-bottom:1px solid rgba(0,0,0,.08)}.pcp-sidebar__title{font-family:Inter,sans-serif;font-size:15px;font-weight:700;margin:0 0 12px;display:flex;align-items:center;gap:8px}.pcp-modal--dark .pcp-sidebar__title{color:#fff}.pcp-modal--light .pcp-sidebar__title{color:#111}.pcp-progress{display:flex;flex-direction:column;gap:6px}.pcp-progress__bar-track{width:100%;height:6px;border-radius:3px;overflow:hidden}.pcp-modal--dark .pcp-progress__bar-track{background:hsla(0,0%,100%,.08)}.pcp-modal--light .pcp-progress__bar-track{background:rgba(0,0,0,.08)}.pcp-progress__bar-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,#e58c33,#edae2f);transition:width .6s cubic-bezier(.4,0,.2,1)}.pcp-progress__text{font-family:Inter,sans-serif;font-size:12px;font-weight:500}.pcp-modal--dark .pcp-progress__text{color:#999}.pcp-modal--light .pcp-progress__text{color:#666}.pcp-progress__text strong{font-weight:700;color:#e58c33}.pcp-tabs{list-style:none;margin:0;padding:6px 8px;display:flex;flex-direction:column;gap:2px}.pcp-tab{display:flex;align-items:center;gap:10px;padding:11px 14px;border-radius:10px;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif;font-size:13px;font-weight:500;position:relative;border:none;background:transparent;width:100%;text-align:left}.pcp-modal--dark .pcp-tab{color:#999}.pcp-modal--light .pcp-tab{color:#666}.pcp-modal--dark .pcp-tab:hover{background:rgba(229,140,51,.08);color:#ddd}.pcp-modal--light .pcp-tab:hover{background:rgba(229,140,51,.06);color:#333}.pcp-tab--active{font-weight:600}.pcp-modal--dark .pcp-tab--active{background:rgba(229,140,51,.15);color:#e58c33;box-shadow:inset 3px 0 0 #e58c33}.pcp-modal--light .pcp-tab--active{background:rgba(229,140,51,.1);color:#c77428;box-shadow:inset 3px 0 0 #e58c33}.pcp-modal--dark .pcp-tab--active:hover{background:rgba(229,140,51,.18);color:#e58c33}.pcp-modal--light .pcp-tab--active:hover{background:rgba(229,140,51,.12);color:#c77428}.pcp-tab__icon,.pcp-tab__status{display:flex;align-items:center;flex-shrink:0}.pcp-tab__status{margin-left:auto;width:18px;height:18px;border-radius:50%;justify-content:center;transition:all .3s ease}.pcp-tab__status--complete{background:linear-gradient(135deg,#28a745,#22c55e);color:#fff}.pcp-tab__status--empty{border:2px dashed hsla(0,0%,59%,.35)}.pcp-content{flex:1;overflow-y:auto;padding:24px 28px;display:flex;flex-direction:column;min-height:0}.pcp-content__header{margin-bottom:20px;padding-bottom:14px}.pcp-modal--dark .pcp-content__header{border-bottom:1px solid hsla(0,0%,100%,.06)}.pcp-modal--light .pcp-content__header{border-bottom:1px solid rgba(0,0,0,.08)}.pcp-content__title{font-family:Inter,sans-serif;font-size:20px;font-weight:700;margin:0 0 4px}.pcp-modal--dark .pcp-content__title{color:#fff}.pcp-modal--light .pcp-content__title{color:#111}.pcp-content__subtitle{font-family:Inter,sans-serif;font-size:13px;margin:0}.pcp-modal--dark .pcp-content__subtitle{color:#777}.pcp-modal--light .pcp-content__subtitle{color:#888}.pcp-content__body{flex:1;animation:pcp-contentFade .25s ease-out}.pcp-banner{display:flex;align-items:center;gap:14px;padding:14px 18px;border-radius:12px;cursor:pointer;transition:all .25s ease;font-family:Inter,sans-serif;margin-bottom:12px;position:relative;overflow:hidden}.pcp-banner:before{content:"";position:absolute;inset:0;border-radius:12px;padding:1px;background:linear-gradient(135deg,#e58c33,#edae2f,#e58c33);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:pcp-borderGlow 3s linear infinite;background-size:200% 200%}.pcp-banner--dark{background:linear-gradient(135deg,rgba(229,140,51,.08),rgba(237,174,47,.04))}.pcp-banner--light{background:linear-gradient(135deg,rgba(229,140,51,.06),rgba(237,174,47,.03))}.pcp-banner:hover{transform:translateY(-1px);box-shadow:0 4px 20px rgba(229,140,51,.2)}.pcp-banner__icon{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e58c33,#edae2f);color:#fff;flex-shrink:0}.pcp-banner__text{flex:1}.pcp-banner__title{font-size:14px;font-weight:600;margin:0 0 2px}.pcp-banner--dark .pcp-banner__title{color:#fff}.pcp-banner--light .pcp-banner__title{color:#111}.pcp-banner__desc{font-size:12px;margin:0}.pcp-banner--dark .pcp-banner__desc{color:#888}.pcp-banner--light .pcp-banner__desc{color:#777}.pcp-banner__arrow{color:#e58c33;flex-shrink:0;transition:transform .2s ease}.pcp-banner:hover .pcp-banner__arrow{transform:translateX(3px)}@keyframes pcp-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pcp-slideFromRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes pcp-contentFade{0%{opacity:0;transform:translateX(6px)}to{opacity:1;transform:translateX(0)}}@keyframes pcp-borderGlow{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes pcp-slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (max-width:768px){.pcp-modal{position:fixed;top:auto;left:0;bottom:0;transform:none;width:100%;max-width:100%;max-height:92vh;border-radius:20px 20px 0 0;flex-direction:column;animation:pcp-slideUp .35s cubic-bezier(.16,1,.3,1)}.pcp-sidebar{display:none}.pcp-mobile-tabs{display:flex;gap:6px;padding:12px 48px 12px 16px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-shrink:0}.pcp-modal--dark .pcp-mobile-tabs{border-bottom:1px solid hsla(0,0%,100%,.06)}.pcp-modal--light .pcp-mobile-tabs{border-bottom:1px solid rgba(0,0,0,.08)}.pcp-mobile-tabs::-webkit-scrollbar{display:none}.pcp-mobile-tab{display:flex;align-items:center;gap:6px;padding:8px 14px;border-radius:20px;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif;font-size:12px;font-weight:500;white-space:nowrap;flex-shrink:0;border:none;position:relative}.pcp-modal--dark .pcp-mobile-tab{background:hsla(0,0%,100%,.06);color:#aaa}.pcp-modal--light .pcp-mobile-tab{background:rgba(0,0,0,.05);color:#666}.pcp-mobile-tab--active{font-weight:600}.pcp-modal--dark .pcp-mobile-tab--active,.pcp-modal--light .pcp-mobile-tab--active{background:linear-gradient(135deg,#e58c33,#d17a28);color:#fff}.pcp-mobile-tab__dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.pcp-mobile-tab__dot--complete{background:#22c55e}.pcp-mobile-tab__dot--empty{background:hsla(0,0%,59%,.4)}.pcp-mobile-tab--active .pcp-mobile-tab__dot--empty{background:hsla(0,0%,100%,.5)}.pcp-content{padding:16px}.pcp-content__header{margin-bottom:14px;padding-bottom:10px}.pcp-content__title{font-size:17px}.pcp-close-btn{top:6px;right:12px;width:30px;height:30px;z-index:20}.pcp-mobile-handle{display:flex;justify-content:center;padding:10px 0 14px;flex-shrink:0}.pcp-mobile-handle__bar{width:36px;height:4px;border-radius:2px}.pcp-modal--dark .pcp-mobile-handle__bar{background:hsla(0,0%,100%,.2)}.pcp-modal--light .pcp-mobile-handle__bar{background:rgba(0,0,0,.15)}}@media (min-width:769px){.pcp-mobile-handle,.pcp-mobile-tabs{display:none}}.pcp-modal--dark .pcp-content::-webkit-scrollbar,.pcp-modal--dark .pcp-sidebar::-webkit-scrollbar{width:4px}.pcp-modal--dark .pcp-content::-webkit-scrollbar-track,.pcp-modal--dark .pcp-sidebar::-webkit-scrollbar-track{background:transparent}.pcp-modal--dark .pcp-content::-webkit-scrollbar-thumb,.pcp-modal--dark .pcp-sidebar::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.1);border-radius:2px}.pcp-modal--light .pcp-content::-webkit-scrollbar,.pcp-modal--light .pcp-sidebar::-webkit-scrollbar{width:4px}.pcp-modal--light .pcp-content::-webkit-scrollbar-track,.pcp-modal--light .pcp-sidebar::-webkit-scrollbar-track{background:transparent}.pcp-modal--light .pcp-content::-webkit-scrollbar-thumb,.pcp-modal--light .pcp-sidebar::-webkit-scrollbar-thumb{background:rgba(0,0,0,.1);border-radius:2px}