@import url("https://fonts.googleapis.com/css2?family=Fustat:wght@200..800&display=swap");:root{--bg-white:#fff;--text:#262a3a;--muted:#6b7280;--blue:#006bf6;--blue-600:#2563eb;--blue-700:#1d4ed8;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-500:#6b7280;--red-500:#ef4444;--round:0.5rem}.before{top:-300px!important}button,textarea{font-family:Fustat,sans-serif}.genius-header{padding-top:100px}.card-genius{background-color:#2e313c;border:2px solid var(--blue);border-radius:4px;margin-bottom:2rem;padding:1.5rem}.card-genius,.textarea{background:#2e313c;max-width:100%}.textarea{border:none;box-sizing:border-box;color:#fff;font-size:1.125rem;font-weight:300;height:11rem;line-height:1.75rem;outline:none;padding:1rem;resize:none;width:100%}.controls{align-items:center;display:flex;justify-content:end;margin-top:-2.5rem;padding:1rem;position:relative;z-index:10}.left-controls{gap:.75rem}.btn-genius,.left-controls{align-items:center;display:inline-flex}.btn-genius{background:#fff;border:1px solid var(--gray-300);border-radius:4px;color:var(--text);cursor:pointer;font-weight:300;gap:.5rem;padding:.5rem 1rem;transition:box-shadow .2s ease,transform .05s ease;user-select:none}.btn-genius:active{transform:translateY(1px)}.btn-primary-genius{background:var(--blue);border-color:var(--blue);color:#fff}.btn-primary-genius:hover{background:var(--blue-700);border-color:var(--blue-700)}.btn-genius[disabled]{background:#2e313c;border-color:#ccd0dd;color:#ccd0dd;cursor:not-allowed}.card-genius.light .btn-genius[disabled]{background:transparent}.animated-stars{display:inline-block;height:1rem;margin-bottom:7px;width:1rem}.ideas h2{font-size:1.125rem;font-weight:400;margin:0 0 .5rem;text-align:center}.grid{display:grid;gap:1rem;grid-template-columns:1fr;margin-bottom:2.5rem;margin-top:1rem}@media (min-width:640px){.grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.grid{grid-template-columns:repeat(3,1fr)}}.idea-card{background:#2e313c;border:2px solid transparent;border-radius:8px;color:#fff;cursor:pointer;font-weight:300;line-height:24px;padding:1.5rem;transition:box-shadow .2s ease}.light{background:#fff!important;color:var(--text)!important}.idea-card.light:hover,.idea-card:hover{border:2px solid var(--blue-700)}.idea-card.light{border:2px solid var(--gray-200)}.icon{display:inline-block;vertical-align:middle}.icon-20{height:20px;width:20px}.icon-24{height:24px;width:24px}.icon-16{height:16px;width:16px}.icon-blue{fill:var(--blue)}.icon-gray{fill:#ccd0dd}.mr-6{margin-right:.375rem}.mr-8{margin-right:.5rem}.mt-2{margin-top:.25rem}.mt--2{margin-top:-.25rem}.hidden{display:none}@media screen and (max-width:1023px){.textarea{height:8rem}}@media screen and (max-width:767px){.textarea{height:6rem}}