.Home_formContainer__e3yU1{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding-top:20px}.Home_form__gyssJ{display:flex;flex-direction:column;gap:20px;padding:40px;background:rgb(var(--card-rgb));border-radius:var(--border-radius);box-shadow:0 4px 6px rgba(0,0,0,.1)}.Home_input__aCkk6{padding:10px;border-radius:var(--border-radius);border:1px solid rgb(var(--callout-border-rgb));justify-content:center}.Home_button__MyOd8{padding:10px;border:none;border-radius:var(--border-radius);background-color:rgba(var(--foreground-rgb),.1);cursor:pointer;transition:background-color .3s}.Home_button__MyOd8:hover{background-color:rgba(var(--foreground-rgb),.2)}.Home_entriesSection__Ye4eb ul{list-style:none;padding:0;margin:20px 0;width:100%;max-width:600px}.Home_entriesSection__Ye4eb li{background-color:#f9f9f9;padding:15px;margin-bottom:10px;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:transform .2s ease,box-shadow .2s ease}@media (prefers-color-scheme:dark){.Home_entriesSection__Ye4eb li{background-color:#333;color:#fff;box-shadow:0 2px 4px hsla(0,0%,100%,.1)}}.Home_entriesSection__Ye4eb li:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.15)}.Home_entriesSection__Ye4eb li:last-child{margin-bottom:0}