.tyme-persona-demo, .tyme-persona-demo * { box-sizing: border-box; }
.tyme-persona-demo{max-width:800px;margin:20px auto;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;background:#fff}
.tyme-persona-inner{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;box-shadow:0 10px 20px rgba(0,0,0,.05)}
.tpd-title{margin:0 0 10px;font-size:22px;color:#111827}
.tpd-progress{font-size:14px;color:#6b7280;margin-bottom:12px}
.tpd-question{font-size:18px;margin-bottom:12px;color:#111827}
.tyme-persona-demo button{appearance:none;-webkit-appearance:none;background-color:#fff;color:#111827;border:1px solid #d1d5db;border-radius:10px;padding:10px 14px;font:inherit;line-height:1.2;cursor:pointer;text-shadow:none;box-shadow:none;letter-spacing:normal}
.tpd-options{display:grid;gap:8px;margin-bottom:16px}
.tpd-options button{width:100%;background:#f9fafb;color:#111827}
.tpd-options button:hover{background:#f3f4f6}
.tpd-options button.active,.tpd-options button:focus{outline:2px solid #3b82f6;outline-offset:1px;border-color:#3b82f6;background:#eff6ff}
.tpd-nav{display:flex;gap:10px;margin-top:8px}
.tpd-nav button{min-width:120px}
.tpd-submit{display:none;background:#16a34a;color:#fff;border-color:#16a34a}
.tpd-next[disabled],.tpd-submit[disabled]{opacity:.5;cursor:not-allowed}
.tpd-result{margin-top:20px}
.tpd-actions{display:flex;gap:12px;margin-top:10px}
.tpd-axes{margin:8px 0 14px 0; font-size:14px; color:#111827}
.tpd-axes .ax{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px dotted #e5e7eb}
.tpd-axes .ax:last-child{border-bottom:0}
.tpd-conclusion{margin-top:14px;font-size:15px;line-height:1.5;color:#111827}
.tpd-h4{margin:18px 0 8px 0;font-size:16px;color:#0f172a}
.tpd-summary{font-size:15px;line-height:1.55;color:#111827;margin:0}
.tpd-axes{display:grid;gap:12px;margin:10px 0 14px 0}
.tpd-axes .ax{border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;background:#fafafa}
.tpd-axes .ax-title{font-weight:600;font-size:15px;color:#0f172a;margin:0 0 4px 0}
.tpd-axes .ax-desc{margin:0;font-size:14px;line-height:1.5;color:#334155}
.tpd-chart{display:block;margin-top:6px;border:1px solid #e5e7eb;border-radius:10px;background:#fff}
.tpd-conclusion{margin-top:6px;font-size:15px;line-height:1.6;color:#111827} .tpd-conclusion{margin-top:8px;padding:10px 12px;border:1px solid #e5e7eb;border-radius:10px;background:#fafafa}
.tpd-conclusion p{margin:0 0 8px 0;font-size:15px;line-height:1.6;color:#111827}
.tpd-conclusion p:last-child{margin-bottom:0}
.tpd-tips{display:flex;flex-direction:column;gap:6px}
.tpd-tip{margin:0} @media (max-width: 768px){
.tyme-persona-inner{padding:14px}
.tpd-title{font-size:20px}
.tpd-question{font-size:17px}
.tpd-axes .ax{padding:8px 10px}
} .tpd-nav, .tpd-actions{flex-wrap:wrap}
.tpd-nav button, .tpd-actions > *{flex:1 1 48%}
@media (max-width: 480px){
.tpd-nav button, .tpd-actions > *{flex:1 1 100%}
.tpd-actions{gap:10px}
} .tpd-chart{display:block;width:100%;height:auto;border:1px solid #e5e7eb;border-radius:10px;background:#fff}