.exa-prompt-library{padding:100px 0;background:var(--ai-bg, transparent)}.exa-prompt-library__container{max-width:1200px;margin:0 auto;padding:0 20px}.exa-prompt-library__header{text-align:center;margin-bottom:60px}.exa-prompt-library__title{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#fff;margin:0 0 20px;line-height:1.1;letter-spacing:-.025em;opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease forwards}.exa-prompt-library__subtitle{font-size:clamp(1rem,2.5vw,1.25rem);color:#fffc;max-width:600px;margin:0 auto;line-height:1.6;font-weight:500;opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease .2s forwards}.exa-prompt-library__mockup{max-width:1200px;margin:0 auto 80px;opacity:0;transform:translateY(40px);animation:fadeInUp .8s ease .4s forwards}.exa-prompt-library__mockup-inner{display:grid;grid-template-columns:250px 320px 1fr;height:500px;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 25px 50px -12px #00000040;border:1px solid rgba(0,0,0,.05);font-size:.85rem;line-height:1.7}.exa-prompt-library__roles-column{background:#f7faff;border-right:1px solid #e5e7eb;padding:16px;display:flex;flex-direction:column;gap:8px;overflow-y:auto}.exa-prompt-library__role-item{display:block;width:100%;padding:12px 16px;text-align:left;background:transparent;border:none;font-size:.9rem;font-weight:500;color:#475569;cursor:pointer;transition:all .2s ease-in-out;border-radius:8px;border-left:3px solid transparent}.exa-prompt-library__role-item:hover{background:#eef2ff;color:#3b82f6}.exa-prompt-library__role-item.active{background:#eef2ff;color:#3b82f6;border-left-color:#3b82f6;font-weight:600}.exa-prompt-library__tasks-column{background:#fff;border-right:1px solid #e5e7eb;padding:16px;display:flex;flex-direction:column;gap:8px;overflow-y:auto}.exa-prompt-library__task-item{display:block;width:100%;padding:12px 16px;text-align:left;background:transparent;border:none;font-size:.9rem;font-weight:400;color:#475569;cursor:pointer;transition:all .2s ease-in-out;line-height:1.4;border-radius:8px}.exa-prompt-library__task-item:hover{background:#f0fdf4;color:#16a34a}.exa-prompt-library__task-item.active{background:#f0fdf4;color:#16a34a;font-weight:600}.exa-prompt-library__prompt-column{background:#fff;padding:24px;display:flex;flex-direction:column;overflow:hidden}.exa-prompt-library__prompt-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;border-bottom:none;padding-bottom:0;flex-shrink:0}.exa-prompt-library__prompt-title{font-size:.9rem;font-weight:600;color:#111827;margin:0}.exa-prompt-library__copy-button{display:flex;align-items:center;gap:8px;padding:8px 14px;background:#eef2ff;color:#3b82f6;border:none;border-radius:8px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s ease-in-out}.exa-prompt-library__copy-button:hover{background:#e0e7ff;transform:translateY(-1px)}.exa-prompt-library__prompt-content{flex:1;background:#0f172a;border-radius:12px;padding:24px;color:#cbd5e1;font-family:JetBrains Mono,SF Mono,Monaco,Inconsolata,Roboto Mono,Consolas,Courier New,monospace;font-size:.85rem;line-height:1.7;overflow-y:auto;max-height:400px}.exa-prompt-library__prompt-content .highlight{color:#fbbf24;background:#fbbf241a;padding:2px 4px;border-radius:3px}.exa-prompt-library__prompt-content .variable{color:#34d399;font-weight:500}.exa-prompt-library__prompt-content .section-header{color:#60a5fa;font-weight:600;margin-top:16px;margin-bottom:8px}.exa-prompt-library__prompt-content::-webkit-scrollbar,.exa-prompt-library__roles-column::-webkit-scrollbar,.exa-prompt-library__tasks-column::-webkit-scrollbar{width:6px}.exa-prompt-library__prompt-content::-webkit-scrollbar-track,.exa-prompt-library__roles-column::-webkit-scrollbar-track,.exa-prompt-library__tasks-column::-webkit-scrollbar-track{background:#0000000d;border-radius:3px}.exa-prompt-library__prompt-content::-webkit-scrollbar-thumb,.exa-prompt-library__roles-column::-webkit-scrollbar-thumb,.exa-prompt-library__tasks-column::-webkit-scrollbar-thumb{background:#0003;border-radius:3px;transition:background .3s ease}.exa-prompt-library__prompt-content::-webkit-scrollbar-thumb:hover,.exa-prompt-library__roles-column::-webkit-scrollbar-thumb:hover,.exa-prompt-library__tasks-column::-webkit-scrollbar-thumb:hover{background:#ffffff80}.exa-prompt-library__prompt-content::-webkit-scrollbar-track{background:#ffffff1a}.exa-prompt-library__prompt-content::-webkit-scrollbar-thumb{background:#ffffff4d}.exa-prompt-library__prompt-content::-webkit-scrollbar-thumb:hover{background:#ffffff80}.exa-prompt-library__steps-guide{display:none}.exa-prompt-library__benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px}.exa-prompt-library__benefits-carousel-wrapper,.exa-prompt-library__carousel-nav{display:none}.exa-prompt-library__benefit-card{background:linear-gradient(180deg,#ffffff0a,#ffffff03);border:1px solid var(--ai-border, rgba(255, 255, 255, .2));border-radius:16px;padding:32px;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease forwards}.exa-prompt-library__benefit-card:nth-child(1){animation-delay:.6s}.exa-prompt-library__benefit-card:nth-child(2){animation-delay:.7s}.exa-prompt-library__benefit-card:nth-child(3){animation-delay:.8s}.exa-prompt-library__benefit-card:hover{background:#ffffff1a;border-color:var(--ai-accent, rgba(255, 255, 255, .3));transform:translateY(-4px);box-shadow:var(--ai-shadow-hover, 0 12px 40px rgba(0, 0, 0, .15))}.exa-prompt-library__benefit-icon{font-size:3rem;margin-bottom:20px;display:block;line-height:1}.exa-prompt-library__benefit-title{font-size:1.25rem;font-weight:700;color:var(--ai-heading, #ffffff);margin:0 0 12px;line-height:1.3}.exa-prompt-library__benefit-description{font-size:1rem;line-height:1.6;color:var(--ai-text, rgba(255, 255, 255, .9));margin:0}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.exa-prompt-library{padding:60px 0}.exa-prompt-library__container{padding:0 16px}.exa-prompt-library__mockup{padding:24px;margin-bottom:60px}.exa-prompt-library__mockup-inner{grid-template-columns:180px 260px 1fr;height:450px}.exa-prompt-library__benefits{gap:24px}}@media (max-width: 768px){.exa-prompt-library{padding:50px 0}.exa-prompt-library__container{padding:0 12px}.exa-prompt-library__header{margin-bottom:40px}.exa-prompt-library__steps-guide{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0 10px;margin-bottom:30px}.exa-prompt-library__step{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;flex-basis:30%}.exa-prompt-library__step-number{width:32px;height:32px;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0}.exa-prompt-library__step-title{font-size:.8rem;font-weight:600;color:#ffffffe6;line-height:1.4}.exa-prompt-library__step-connector{flex-grow:1;height:2px;background:#fff3;border-radius:1px;margin:0 10px 24px}.exa-prompt-library__mockup{padding:0;margin-bottom:50px}.exa-prompt-library__mockup-inner{grid-template-columns:1fr;height:auto;min-height:400px}.exa-prompt-library__roles-column,.exa-prompt-library__tasks-column{border-right:none;border-bottom:1px solid #e2e8f0;padding:0;overflow-y:visible}.exa-prompt-library__role-item-container{border-bottom:1px solid #e9eef3}.exa-prompt-library__role-item-container:last-child{border-bottom:none}.exa-prompt-library__role-item{padding:16px 20px;border-radius:0;border-left:none;position:relative;font-weight:600}.exa-prompt-library__role-item:after{content:"\203a";position:absolute;right:20px;top:50%;transform:translateY(-50%) rotate(90deg);transition:transform .3s ease;font-size:1.2rem;color:#94a3b8}.exa-prompt-library__role-item.is-open:after{transform:translateY(-50%) rotate(-90deg)}.exa-prompt-library__tasks-column{padding:0 8px 12px;background:#f8fafc;display:none}.is-open+.exa-prompt-library__tasks-column{display:flex}.exa-prompt-library__task-item{border-radius:6px;padding:10px 12px}.exa-prompt-library__prompt-column{padding:20px;min-height:350px}.exa-prompt-library__prompt-header{position:sticky;top:0;background:#fff;padding:0 0 16px;margin-bottom:16px;z-index:1;border-bottom:1px solid #e2e8f0}.exa-prompt-library__prompt-content{font-size:.8rem;padding:20px;max-height:300px}.exa-prompt-library__benefits{display:none}.exa-prompt-library__benefits-carousel-wrapper{display:block;opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease .6s forwards;position:relative}.exa-prompt-library__benefits-carousel{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding:0 0 20px;margin-bottom:20px;gap:16px}.exa-prompt-library__benefits-carousel::-webkit-scrollbar{display:none}.exa-prompt-library__benefits-carousel{-ms-overflow-style:none;scrollbar-width:none}.exa-prompt-library__benefit-card{flex:0 0 85%;scroll-snap-align:center;margin:0 10px;box-shadow:0 8px 25px #00000014;animation:none;opacity:1;transform:none;padding:24px 56px}.exa-prompt-library__benefit-card:hover{background:#ffffff1a;border-color:#fff3;transform:none;box-shadow:0 8px 25px #00000014}.exa-prompt-library__benefit-card:first-child{margin-left:20px}.exa-prompt-library__benefit-card:last-child{margin-right:20px}.exa-prompt-library__carousel-dots{display:flex;justify-content:center;gap:12px}.exa-prompt-library__carousel-dot{width:10px;height:10px;background:#ffffff4d;border-radius:50%;border:none;cursor:pointer;transition:all .3s ease}.exa-prompt-library__carousel-dot.active{background:#fff;transform:scale(1.2)}.exa-prompt-library__carousel-nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background:#ffffffe6;border:none;border-radius:50%;display:flex!important;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:all .3s ease;box-shadow:0 4px 12px #00000026}.exa-prompt-library__carousel-nav:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.exa-prompt-library__carousel-nav--left{left:10px}.exa-prompt-library__carousel-nav--right{right:10px}.exa-prompt-library__carousel-nav svg{width:20px;height:20px;fill:#475569}.exa-prompt-library__benefit-icon{font-size:2.5rem;margin-bottom:16px}.exa-prompt-library__benefit-title{font-size:1.1rem;max-width:36ch;margin-left:auto;margin-right:auto}.exa-prompt-library__benefit-description{font-size:.9rem;max-width:36ch;margin-left:auto;margin-right:auto}}@media (max-width: 480px){.exa-prompt-library{padding:40px 0}.exa-prompt-library__mockup{padding:16px;margin-bottom:40px}.exa-prompt-library__mockup-inner{min-height:350px}.exa-prompt-library__role-item,.exa-prompt-library__task-item{padding:10px 16px;font-size:.85rem}.exa-prompt-library__role-item{padding:14px 16px}.exa-prompt-library__prompt-column{padding:16px;min-height:320px}.exa-prompt-library__prompt-content{padding:16px;font-size:.75rem;max-height:250px}.exa-prompt-library__benefit-card{flex:0 0 90%;margin:0 8px;padding:20px 48px}.exa-prompt-library__benefit-card:first-child{margin-left:16px}.exa-prompt-library__benefit-card:last-child{margin-right:16px;padding:20px 48px}.exa-prompt-library__benefit-icon{font-size:2rem;margin-bottom:12px}.exa-prompt-library__benefit-title{font-size:1rem;max-width:32ch;margin-left:auto;margin-right:auto}.exa-prompt-library__benefit-description{font-size:.85rem;max-width:32ch;margin-left:auto;margin-right:auto}}.empty-state{padding:20px;color:#64748b;font-size:.9rem;text-align:center}
/*# sourceMappingURL=/cdn/shop/t/8/assets/exa-prompt-library.css.map */
