<template> <div class="flex flex-col w-screen h-screen bg-[#030100] text-white"> <main class="flex-auto"> <slot /> </main> </div> </template>