:root{--font:aesthet-nova, serif}body{font-family:var(--font),serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;touch-action:manipulation;margin:0;display:flex;flex-direction:column;background:#f5f6f9;position:relative;min-height:100vh}h1{margin:0;font-weight:900;padding:0 0 12px;width:calc(100vw - 48px);max-width:640px;max-width:592px}.search{padding:24px 0 48px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:fixed;top:0;z-index:99;width:100vw;background:linear-gradient(180deg,#f5f6f9,#f5f6f9 70%,rgba(245,246,249,0))}.search .wrap{display:flex;min-width:260px;width:calc(100vw - 24px);max-width:640px;box-shadow:0 16px 32px -8px rgba(0,0,0,.16);border-radius:8px;background:#fff}.search .wrap .field{height:50px;padding:0 16px 0 0;-webkit-appearance:none;outline:none;border:none;width:100%;font-family:var(--font);font-size:18px;font-weight:400;background:0 0}.search .wrap .field::-moz-placeholder{color:#b0b2b9}.search .wrap .field::placeholder{color:#b0b2b9}.search .wrap .btn{transition:.3s ease;width:30px;height:30px;padding:10px;cursor:pointer}.results-wrapper{flex-grow:1;padding:146px 0}.results{margin:0 auto;display:flex;flex-direction:column;width:440px;max-width:calc(100vw - 48px)}.results .no-result{text-align:center;padding-top:24px;font-size:17px}.results a.entry{display:flex;flex-direction:column;text-decoration:none;margin-bottom:16px;background:#fff;padding:20px;border-radius:8px;box-shadow:0 12px 24px -8px rgba(0,0,0,.1)}@media(min-width:961px){.results a.entry{transition:.2s ease}.results a.entry:hover{transform:scale(1.05)}}.results a.entry b{font-size:20px;font-weight:900;color:#000;margin-bottom:6px}.results a.entry p{color:#616173;line-height:1.5em;margin:0}a.bot{display:flex;justify-content:center;align-items:center;background:#fff;color:#fff;text-decoration:none;position:fixed;bottom:0;width:100vw;height:32px;padding:12px 0 calc(12px + env(safe-area-inset-bottom))}a.bot:before{content:"";display:flex;width:146px;height:32px;background-image:var(--darkLogo);background-size:contain;background-repeat:no-repeat;background-position:50%;margin-right:12px}