@import url("https://fonts.googleapis.com/css2?family=Afacad:wght@400;500;600;700;800&display=swap");.prompts-wrapper,.prompts-wrapper *{box-sizing:border-box;margin:0;padding:0}.prompts-wrapper{background:#f8f9fc;border:1px solid #e5e7ef;border-radius:12px;font-family:Afacad,Segoe UI,Arial,sans-serif;margin:0 auto;max-width:860px;overflow:hidden}.prompts-header{background:#1b2145;padding:24px 28px 0}.prompts-header-title{color:#fad728;font-size:18px;font-weight:700;margin-bottom:6px}.prompts-header-sub{color:hsla(0,0%,100%,.6);font-size:13px;margin-bottom:20px}.prompts-tabs{display:flex;gap:0;overflow-x:auto}.prompts-tab{background:transparent;border:none;border-bottom:3px solid transparent;color:hsla(0,0%,100%,.55);cursor:pointer;font-family:inherit;font-size:14px;font-weight:600;padding:10px 20px;transition:all .2s ease;white-space:nowrap}.prompts-tab:hover{color:hsla(0,0%,100%,.85)}.prompts-tab.active{border-bottom-color:#fad728;color:#fad728}.prompts-body{padding:24px 28px}.prompts-panel{display:none}.prompts-panel.active{display:block}.prompts-role-header{align-items:center;display:flex;gap:12px;margin-bottom:16px}.prompts-role-icon{align-items:center;background:#1b2145;border-radius:8px;display:flex;flex-shrink:0;font-size:20px;height:40px;justify-content:center;width:40px}.prompts-role-label{color:#1b2145;font-size:16px;font-weight:700}.prompts-role-desc{color:#53535b;font-size:13px;margin-top:2px}.prompts-list{display:flex;flex-direction:column;gap:10px}.prompt-item{background:#fff;border:1px solid #e5e7ef;border-left:4px solid #fad728;border-radius:6px;cursor:pointer;padding:12px 16px;position:relative;transition:all .15s ease}.prompt-item:hover{border-left-color:#1b2145;box-shadow:0 2px 8px rgba(27,33,69,.08);transform:translateX(2px)}.prompt-text{color:#2d3047;font-size:14px;font-style:italic;line-height:1.5}.prompt-tag{background:#f0f1f7;border-radius:10px;color:#53535b;display:inline-block;font-size:11px;font-weight:600;margin-top:6px;padding:2px 8px}.prompt-copy{background:#fad728;border:none;border-radius:4px;color:#1b2145;cursor:pointer;font-family:inherit;font-size:11px;font-weight:700;opacity:0;padding:4px 10px;position:absolute;right:12px;top:50%;transform:translateY(-50%);transition:opacity .15s ease}.prompt-item:hover .prompt-copy{opacity:1}.prompts-footer{align-items:center;background:#f0f2f8;border-top:1px solid #e5e7ef;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;padding:16px 28px}.prompts-footer-text{color:#53535b;font-size:13px}.prompts-cta,.prompts-footer-text strong{color:#1b2145}.prompts-cta{background:#fad728;border-radius:6px;display:inline-block;font-size:13px;font-weight:700;padding:8px 18px;text-decoration:none;white-space:nowrap}@media (max-width:600px){.prompts-body{padding:16px}.prompts-header{padding:20px 16px 0}.prompts-footer{align-items:flex-start;flex-direction:column;padding:14px 16px}.prompt-copy{display:none}}