@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");.ask-alkimii-module{--alkimii-primary:#2291ea;--alkimii-dark:#000;--alkimii-gray:#5e5e5e;--alkimii-white:#fff;--alkimii-light-gray:#f5f5f5;--alkimii-border:#e0e0e0;--alkimii-blue-dark:#1a7bc4;--alkimii-button-bg:#e5edf7;--font-primary:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--spacing-xs:0.5rem;--spacing-sm:1rem;--spacing-md:1.5rem;--spacing-lg:2rem;--spacing-xl:3rem;--spacing-2xl:4rem;--transition-fast:150ms ease;--transition-base:250ms ease;background:var(--alkimii-white);color:var(--alkimii-dark);font-family:var(--font-primary);width:100%}.ask-alkimii-module *{box-sizing:border-box}.ask-alkimii-module .alkimii-filterable-section{background:var(--alkimii-white);padding:var(--spacing-2xl) var(--spacing-md)}.ask-alkimii-module .alkimii-section-wrapper{margin:0 auto;max-width:1400px}.ask-alkimii-module .alkimii-content-container{align-items:start;display:grid;gap:var(--spacing-xl);grid-template-columns:320px 1fr}.ask-alkimii-module .alkimii-filters-sidebar{position:sticky;top:var(--spacing-lg)}.ask-alkimii-module .alkimii-filters-card{background:#2291ea;border:none;border-radius:16px;box-shadow:0 8px 30px rgba(34,145,234,.4);overflow:hidden;padding:var(--spacing-lg);position:relative}.ask-alkimii-module .alkimii-filters-card:before{animation:alkimiiFilterGlow 15s ease-in-out infinite;background:radial-gradient(circle,hsla(0,0%,100%,.1) 0,transparent 70%);content:"";height:200%;pointer-events:none;position:absolute;right:-50%;top:-50%;width:200%}@keyframes alkimiiFilterGlow{0%,to{opacity:.3;transform:translate(0)}50%{opacity:.5;transform:translate(-30px,-30px)}}.ask-alkimii-module .alkimii-filter-title{margin:0 0 var(--spacing-md);position:relative;z-index:1}.ask-alkimii-module .alkimii-filter-button{align-items:center;background:none;border:none;color:var(--alkimii-white);cursor:pointer;display:flex;font-family:var(--font-primary);font-size:1.125rem;font-weight:700;gap:var(--spacing-xs);line-height:1.3;padding:0;width:100%}.ask-alkimii-module .alkimii-chevron-icon{fill:currentColor;flex-shrink:0;height:22px;transition:transform var(--transition-base);width:22px}.ask-alkimii-module .alkimii-filter-button[aria-expanded=false] .alkimii-chevron-icon{transform:rotate(-90deg)}.ask-alkimii-module .alkimii-filters-form{position:relative;z-index:1}.ask-alkimii-module .alkimii-filters-form.is-collapsed{display:none}.ask-alkimii-module .alkimii-filter-group-title{color:hsla(0,0%,100%,.85);font-size:.8rem;font-weight:700;letter-spacing:.08em;margin:0 0 .75rem;text-transform:uppercase}.ask-alkimii-module .alkimii-filter-options{display:flex;flex-direction:column;gap:.375rem}.ask-alkimii-module .alkimii-filter-label{align-items:center;background:hsla(0,0%,100%,.05);border-radius:8px;cursor:pointer;display:flex;gap:var(--spacing-xs);padding:.625rem var(--spacing-xs);transition:all var(--transition-fast)}.ask-alkimii-module .alkimii-filter-label:hover{background:hsla(0,0%,100%,.15);transform:translateX(3px)}.ask-alkimii-module .alkimii-filter-input{appearance:none;background:hsla(0,0%,100%,.1);border:2px solid hsla(0,0%,100%,.6);border-radius:5px;cursor:pointer;flex-shrink:0;height:20px;margin:0;position:relative;transition:all var(--transition-base);width:20px}.ask-alkimii-module .alkimii-filter-input:checked{background-color:var(--alkimii-white);background-image:url(https://9134925.fs1.hubspotusercontent-eu1.net/hubfs/9134925/Blue%20Logo%20Pricing%20Page.svg);background-position:50%;background-repeat:no-repeat;background-size:75%;border-color:var(--alkimii-white)}.ask-alkimii-module .alkimii-filter-text{color:var(--alkimii-white);font-size:.9rem;font-weight:500;line-height:1.3}.ask-alkimii-module .alkimii-clear-filters{background:hsla(0,0%,100%,.15);border:2px solid hsla(0,0%,100%,.3);border-radius:8px;color:var(--alkimii-white);cursor:pointer;font-family:var(--font-primary);font-size:.875rem;font-weight:600;letter-spacing:.5px;margin-top:var(--spacing-md);padding:.75rem;text-transform:uppercase;transition:all var(--transition-base);width:100%}.ask-alkimii-module .alkimii-main-content{min-width:0}.ask-alkimii-module .alkimii-prompts-section+.alkimii-prompts-section{margin-top:var(--spacing-xl)}.ask-alkimii-module .alkimii-section-intro{margin-bottom:var(--spacing-md)}.ask-alkimii-module .alkimii-section-heading{color:var(--alkimii-gray);font-size:1.75rem;font-weight:700;line-height:1.2;margin:0 0 .35rem}.ask-alkimii-module .alkimii-section-description{color:var(--alkimii-gray);font-size:.95rem;line-height:1.5;margin:0}.ask-alkimii-module .alkimii-cards-grid{display:grid;gap:var(--spacing-lg);grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.ask-alkimii-module .alkimii-card{background:var(--alkimii-white);border:2px solid var(--alkimii-border);border-radius:12px;display:flex;flex-direction:column;min-height:100%;overflow:hidden;position:relative;transition:transform var(--transition-base),box-shadow var(--transition-base),border-color var(--transition-base)}.ask-alkimii-module .alkimii-card:hover{border-color:var(--alkimii-primary);box-shadow:0 12px 40px rgba(34,145,234,.25);transform:translateY(-4px)}.ask-alkimii-module .alkimii-card-header{border-bottom:1px solid var(--alkimii-border);padding:var(--spacing-md) var(--spacing-md) var(--spacing-sm)}.ask-alkimii-module .alkimii-card-pills{display:flex;flex-wrap:wrap;gap:.5rem}.ask-alkimii-module .alkimii-card-pill{background:var(--alkimii-primary);border-radius:6px;color:var(--alkimii-white);display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.3px;line-height:1.3;padding:.25rem .75rem}.ask-alkimii-module .alkimii-card-title{color:var(--alkimii-gray);font-size:1.125rem;font-weight:700;line-height:1.3;margin:var(--spacing-sm) 0 0}.ask-alkimii-module .alkimii-card-content{display:flex;flex:1;flex-direction:column;gap:var(--spacing-sm);padding:var(--spacing-md)}.ask-alkimii-module .alkimii-card-description{color:var(--alkimii-gray);font-size:.9375rem;line-height:1.6;margin:0}.ask-alkimii-module .alkimii-template-card .alkimii-card-content{align-items:stretch;display:flex;flex-direction:column}.ask-alkimii-module .alkimii-template-card .alkimii-card-description{flex:0 0 auto;min-height:5.6rem}.ask-alkimii-module .alkimii-template-card .alkimii-template-note{align-items:center;display:flex;min-height:3.25rem}.ask-alkimii-module .alkimii-template-note{background:#f7f9fc;border:1px solid var(--alkimii-border);border-radius:8px;color:var(--alkimii-gray);font-size:.85rem;line-height:1.5;padding:.75rem}.ask-alkimii-module .alkimii-template-fields{align-items:end;display:grid;gap:.875rem;grid-template-columns:1fr 1fr}.ask-alkimii-module .alkimii-template-field{display:flex;flex-direction:column;gap:.35rem;justify-content:flex-end;min-width:0}.ask-alkimii-module .alkimii-template-field-full{grid-column:1/-1}.ask-alkimii-module .alkimii-template-label{align-items:flex-end;color:var(--alkimii-gray);display:flex;font-size:.8125rem;font-weight:700;line-height:1.25;min-height:2.2em}.ask-alkimii-module .alkimii-template-input{background:var(--alkimii-white);border:1px solid var(--alkimii-border);border-radius:8px;color:var(--alkimii-dark);font-family:var(--font-primary);font-size:.9rem;min-height:48px;padding:.75rem .875rem;width:100%}.ask-alkimii-module .alkimii-copy-button,.ask-alkimii-module .alkimii-copy-template-button{align-items:center;background:var(--alkimii-button-bg);border:2px solid var(--alkimii-button-bg);border-radius:8px;color:var(--alkimii-primary);cursor:pointer;display:flex;font-family:var(--font-primary);font-size:.875rem;font-weight:700;gap:var(--spacing-xs);justify-content:center;letter-spacing:.5px;overflow:hidden;padding:.875rem;position:relative;text-transform:uppercase;transition:all var(--transition-base);width:100%}.ask-alkimii-module .alkimii-copy-button:hover,.ask-alkimii-module .alkimii-copy-template-button:hover{background:var(--alkimii-primary);border-color:var(--alkimii-primary);box-shadow:0 8px 24px rgba(34,145,234,.35);color:var(--alkimii-white);transform:translateY(-2px)}.ask-alkimii-module .alkimii-copy-icon{flex-shrink:0;height:16px;position:relative;width:16px;z-index:1}.ask-alkimii-module .alkimii-copied-text,.ask-alkimii-module .alkimii-copy-text{position:relative;z-index:1}.ask-alkimii-module .alkimii-copied-text,.ask-alkimii-module .alkimii-copy-button.copied .alkimii-copy-text,.ask-alkimii-module .alkimii-copy-template-button.copied .alkimii-copy-text{display:none}.ask-alkimii-module .alkimii-copy-button.copied .alkimii-copied-text,.ask-alkimii-module .alkimii-copy-template-button.copied .alkimii-copied-text{display:inline}.ask-alkimii-module .alkimii-copy-button.copied,.ask-alkimii-module .alkimii-copy-template-button.copied{background:var(--alkimii-gray);border-color:var(--alkimii-gray);color:var(--alkimii-white)}.ask-alkimii-module .alkimii-no-results{background:var(--alkimii-white);border:2px dashed var(--alkimii-primary);border-radius:12px;color:var(--alkimii-gray);font-size:1.125rem;font-weight:500;margin-top:var(--spacing-lg);padding:var(--spacing-2xl);text-align:center}.ask-alkimii-module .alkimii-card.hidden,.ask-alkimii-module .alkimii-prompts-section.hidden{display:none}@media (max-width:1200px){.ask-alkimii-module .alkimii-content-container{gap:var(--spacing-lg);grid-template-columns:280px 1fr}}@media (max-width:768px){.ask-alkimii-module .alkimii-filterable-section{padding:var(--spacing-xl) var(--spacing-sm)}.ask-alkimii-module .alkimii-content-container{gap:var(--spacing-md);grid-template-columns:1fr}.ask-alkimii-module .alkimii-filters-sidebar{position:static}.ask-alkimii-module .alkimii-cards-grid,.ask-alkimii-module .alkimii-template-fields{grid-template-columns:1fr}.ask-alkimii-module .alkimii-template-field-full{grid-column:auto}.ask-alkimii-module .alkimii-template-card .alkimii-card-description,.ask-alkimii-module .alkimii-template-card .alkimii-template-note,.ask-alkimii-module .alkimii-template-label{min-height:auto}}