@import "tailwindcss" source(none) important;
@import "../tailwind.css" source(none);
background: linear-gradient(
.completion h1:first-child {
.completion p:last-child {
.extendify-draft.h-full {
/* minus the bottom status bar */
height: calc(100% - 25px) !important;
@keyframes extendifyDraftPulse {
@keyframes extendifyDraftCallout {
animation: extendifyDraftPulse 3s cubic-bezier(0.4, 0, 0.6, 1) infinite;
animation: extendifyDraftCallout 0.5s cubic-bezier(0.42, 0, 0.58, 1);