.pjd-wrap{max-width:860px;margin:28px auto;padding:0 14px;}
.pjd-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:14px;box-shadow:0 6px 20px rgba(0,0,0,.06);overflow:hidden;}
.pjd-header{padding:22px 22px 10px;}
.pjd-title{font-size:28px;font-weight:800;letter-spacing:.02em;}
.pjd-sub{margin-top:6px;color:rgba(0,0,0,.6);}

.pjd-progress{padding:0 22px 18px;}
.pjd-progress-top{display:flex;justify-content:space-between;align-items:center;}
.pjd-step{color:rgba(0,0,0,.7);font-weight:700;}
.pjd-bar{height:10px;background:rgba(0,0,0,.08);border-radius:999px;overflow:hidden;}
.pjd-bar-in{height:10px;width:10%;background:rgba(0,0,0,.35);border-radius:999px;transition:width .2s ease;}

.pjd-body{padding:18px 22px 22px;}
.pjd-qtitle{font-size:18px;font-weight:800;margin-bottom:14px;}
.pjd-opts{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;}
@media (max-width:720px){.pjd-opts{grid-template-columns:repeat(2,1fr);}}
@media (max-width:420px){.pjd-opts{grid-template-columns:1fr;}}

.pjd-opt{padding:14px 12px;border-radius:12px;border:1px solid rgba(0,0,0,.12);background:#fff;font-weight:700;cursor:pointer;transition:transform .05s ease, box-shadow .2s ease;}
.pjd-opt:hover{box-shadow:0 6px 14px rgba(0,0,0,.08);}
.pjd-opt:active{transform:translateY(1px);}

.pjd-actions{display:flex;gap:10px;margin-top:16px;}
.pjd-btn{padding:10px 14px;border-radius:12px;border:1px solid rgba(0,0,0,.12);background:#111;color:#fff;font-weight:800;cursor:pointer;}
.pjd-btn:disabled{opacity:.45;cursor:not-allowed;}
.pjd-btn-ghost{background:#fff;color:#111;}
.pjd-note{margin-top:12px;color:rgba(0,0,0,.55);font-size:13px;line-height:1.6;}

.pjd-result{padding:18px 22px 24px;}
.pjd-r-title{font-size:22px;font-weight:900;margin-bottom:12px;}
.pjd-r-card{border:1px solid rgba(0,0,0,.10);border-radius:14px;padding:16px;background:#fff;}
.pjd-r-name{font-size:24px;font-weight:900;}
.pjd-r-inst{margin-top:6px;color:rgba(0,0,0,.7);font-weight:700;}
.pjd-r-comment{margin-top:10px;line-height:1.7;color:rgba(0,0,0,.85);}

.pjd-r-links{margin-top:12px;}
.pjd-link{display:inline-block;padding:10px 12px;border-radius:12px;border:1px solid rgba(0,0,0,.12);text-decoration:none;font-weight:800;color:#111;background:#fff;}
.pjd-r-share{margin-top:12px;}
.pjd-share-x{display:inline-block;padding:10px 12px;border-radius:12px;background:#000;color:#fff;text-decoration:none;font-weight:900;}

.pjd-r-actions{margin-top:14px;}
.pjd-r-note{margin-top:10px;color:rgba(0,0,0,.55);font-size:13px;line-height:1.6;}
