.prompt-dashboard{grid-template-columns:380px 1fr;gap:2rem;min-height:750px;margin-top:1.5rem;display:grid}.prompt-sidebar{flex-direction:column;gap:1.25rem;max-height:800px;display:flex}.search-container{position:relative}.search-input{border-radius:var(--radius);width:100%;color:var(--foreground);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1e293bb3;border:1px solid #60a5fa33;padding:.85rem 1rem .85rem 2.75rem;font-size:.95rem;transition:all .3s}.search-input:focus{border-color:var(--primary);background:#1e293be6;outline:none;box-shadow:0 0 15px #3b82f640}.search-icon-svg{width:18px;height:18px;color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.category-filter-list{flex-wrap:wrap;gap:.5rem;display:flex}.category-tab-btn{color:var(--text-muted);transition:var(--transition);background:#0f172a66;border:1px solid #ffffff14;border-radius:20px;padding:.45rem .85rem;font-size:.82rem;font-weight:600}.category-tab-btn:hover{color:var(--foreground);background:#ffffff0d}.category-tab-btn.active{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:0 0 12px #3b82f666}.prompt-list-scroll{flex-direction:column;flex-grow:1;gap:.75rem;max-height:550px;padding-right:.5rem;display:flex;overflow-y:auto}.prompt-list-scroll::-webkit-scrollbar{width:6px}.prompt-list-scroll::-webkit-scrollbar-track{background:#0000001a;border-radius:4px}.prompt-list-scroll::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}.prompt-list-scroll::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.prompt-list-item{border-radius:var(--radius);text-align:left;cursor:pointer;background:#1e293b4d;border:1px solid #ffffff0f;flex-direction:column;gap:.5rem;width:100%;padding:1rem;transition:all .25s;display:flex}.prompt-list-item:hover{background:#1e293b99;border-color:#60a5fa4d;transform:translateY(-2px)}.prompt-list-item.active{border-color:var(--primary);background:#2563eb26;box-shadow:0 0 15px #3b82f626}.prompt-item-header{justify-content:space-between;align-items:center;display:flex}.prompt-item-id{color:var(--secondary);font-family:Courier New,monospace;font-size:.75rem;font-weight:700}.prompt-item-cat{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem}.prompt-item-preview{color:var(--foreground);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.85rem;line-height:1.4;display:-webkit-box;overflow:hidden}.prompt-item-tags{flex-wrap:wrap;gap:.35rem;margin-top:.25rem;display:flex}.prompt-mini-tag{color:var(--text-muted);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:3px;padding:1px 6px;font-family:Courier New,monospace;font-size:9px}.sidebar-cta-banner{border-radius:var(--radius);text-align:center;background:linear-gradient(135deg,#10b9811a,#3b82f61a);border:1px dashed #10b9814d;padding:1rem;font-size:.82rem}.sidebar-cta-banner h4{color:var(--secondary);margin-bottom:.25rem;font-weight:700}.sidebar-cta-banner p{color:var(--text-muted);font-size:.78rem;line-height:1.3}.prompt-detail-pane{flex-direction:column;gap:1.5rem;height:100%;max-height:800px;padding-right:.5rem;display:flex;overflow-y:auto}.welcome-detail-pane{text-align:center;border-radius:var(--radius);min-height:450px;color:var(--text-muted);background:#1e293b26;border:1px dashed #ffffff14;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.welcome-icon{color:var(--primary);opacity:.7;font-size:3rem;animation:4s ease-in-out infinite floatWelcome}@keyframes floatWelcome{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.detail-header-card{flex-direction:column;gap:.75rem;display:flex}.detail-category-badge{color:var(--secondary);text-transform:uppercase;letter-spacing:.1em;font-family:Courier New,monospace;font-size:.8rem;font-weight:700}.detail-title-wrap{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.detail-id-pill{color:var(--secondary);background:#10b98126;border:1px solid #10b9814d;border-radius:6px;padding:.2rem .65rem;font-family:Courier New,monospace;font-size:.9rem;font-weight:900}.detail-title{color:var(--foreground);font-size:1.5rem;font-weight:800}.detail-tags-list{flex-wrap:wrap;gap:.5rem;display:flex}.detail-tag{color:var(--foreground);background:#1e293b99;border:1px solid #ffffff1a;border-radius:4px;padding:.2rem .65rem;font-family:Courier New,monospace;font-size:.75rem}.var,.var-highlight{color:var(--secondary);background:#10b98133;border:1px solid #10b98166;border-radius:4px;padding:1px 6px;font-family:Courier New,monospace;font-size:.9em;font-weight:600}.prompt-display-container{flex-direction:column;gap:.5rem;display:flex}.box-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:600}.prompt-text-box{border-radius:var(--radius);color:#e2e8f0;white-space:pre-wrap;background:#090d16;border:1px solid #ffffff0f;padding:1.5rem;font-size:.95rem;line-height:1.7;position:relative;overflow:hidden;box-shadow:inset 0 2px 10px #00000080}.customizer-card{border-radius:var(--radius);background:#1e293b33;border:1px solid #ffffff0f;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.customizer-title{color:var(--foreground);align-items:center;gap:.5rem;font-size:1.05rem;font-weight:700;display:flex}.customizer-inputs{grid-template-columns:1fr;gap:1rem;display:grid}.input-group{flex-direction:column;gap:.4rem;display:flex}.input-label{color:var(--secondary);font-family:Courier New,monospace;font-size:.8rem;font-weight:600}.customizer-input{width:100%;color:var(--foreground);transition:var(--transition);background:#0f172a99;border:1px solid #ffffff1a;border-radius:6px;padding:.75rem 1rem;font-size:.9rem}.customizer-input:focus{border-color:var(--primary);background:#0f172acc;outline:none}.customizer-textarea{resize:vertical;min-height:80px}.compiled-preview-box{border-radius:var(--radius);color:#f1f5f9;white-space:pre-wrap;background:#070a10;border:1px solid #10b98140;padding:1.5rem;font-size:.95rem;line-height:1.7;box-shadow:0 0 20px #10b9810d,inset 0 2px 10px #00000080}.compiled-preview-box.empty{color:var(--text-muted);font-style:italic}.copy-actions-panel{flex-wrap:wrap;gap:1rem;display:flex}.copy-btn{border-radius:var(--radius);cursor:pointer;min-width:160px;transition:var(--transition);flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.25rem;font-size:.9rem;font-weight:600;display:flex}.copy-btn.primary{background:var(--primary);color:#fff}.copy-btn.primary:hover{background:var(--primary-hover);box-shadow:0 0 15px #3b82f64d}.copy-btn.success{background:var(--secondary);color:#fff}.copy-btn.success:hover{box-shadow:0 0 15px #10b9814d}.copy-btn.outline{border:1px solid var(--primary);color:var(--primary);background:0 0}.copy-btn.outline:hover{background:#2563eb14}.workflow-meta-card{flex-wrap:wrap;gap:1.5rem;display:flex}.wf-meta-pill{border-radius:6px;padding:.4rem .85rem;font-size:.85rem;font-weight:700}.wf-meta-pill.platform{color:var(--accent);background:#f59e0b26;border:1px solid #f59e0b4d}.wf-meta-pill.steps-count{color:var(--primary);background:#3b82f626;border:1px solid #3b82f64d}.workflow-description{color:var(--foreground);font-size:1rem;line-height:1.6}.workflow-steps-box{flex-direction:column;gap:.75rem;display:flex}.wf-step-item{background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;align-items:flex-start;gap:.85rem;padding:1rem;display:flex}.wf-step-number{background:var(--secondary);color:#000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:.1rem;font-size:.75rem;font-weight:800;display:flex}.wf-step-text{color:var(--foreground);font-size:.9rem;line-height:1.4}.workflow-tools-box{flex-direction:column;gap:.75rem;display:flex}.wf-tools-tags{flex-wrap:wrap;gap:.5rem;display:flex}.wf-tool-tag{color:var(--secondary);background:#0f172a80;border:1px solid #ffffff14;border-radius:6px;padding:.3rem .8rem;font-family:Courier New,monospace;font-size:.8rem;font-weight:600}.how-to-card{border-radius:var(--radius);background:#10b9810a;border:1px solid #10b9811f;flex-direction:column;gap:.5rem;padding:1.25rem;display:flex}.how-to-title{color:var(--secondary);font-size:.9rem;font-weight:700}.how-to-text{color:var(--text-muted);font-size:.82rem;line-height:1.5}@media (max-width:900px){.prompt-dashboard{grid-template-columns:1fr}.prompt-sidebar{max-height:none}.prompt-list-scroll{max-height:350px}.prompt-detail-pane{border-top:1px solid var(--nav-border);max-height:none;padding-top:2rem}}
